文件名称:Kompute:游戏AI的可插入式转向库
文件大小:119KB
文件格式:ZIP
更新时间:2024-02-23 20:45:37
webgl threejs ai game-engine game-development
康普特 Kompute是用于AI运动的轻便高效的库。 它不是视觉库,它会生成数字(速度和位置数据),这就是为什么可以轻松将其插入任何代码库的原因。 Kompute最初是为,但是在其他任何项目中也可以轻松使用。 请参阅。 演示版 入门 将其包括在您的项目中。 对于浏览器: < script src =" PATH_TO_kompute.min.js " > </ script > 对于NodeJS : var Kompute = require ( "kompute" ) ; 创建: var worldWidth = 1000 ; var worldHeight = 1000 ; var worldDepth = 1000 ; var binSize = 50 ; var world = new Kompute . World ( worldWidth , worldHeight , worldDepth , binSize ) ; 创建一个 : var steerableID = "steerable1" ; var steerableCenterPosition
【文件预览】:
Kompute-master
----.babelrc(30B)
----rollup.config.js(698B)
----package.json(1KB)
----test()
--------core()
--------steering()
--------debug()
----js()
--------core()
--------Kompute.js(2KB)
--------steering()
--------debug()
--------third-party()
----LICENSE(1KB)
----package-lock.json(185KB)
----.gitignore(29B)
----README.md(2KB)