TransformiumJS:CORSAIR 的游戏引擎

时间:2024-07-12 14:40:39
【文件属性】:

文件名称:TransformiumJS:CORSAIR 的游戏引擎

文件大小:48KB

文件格式:ZIP

更新时间:2024-07-12 14:40:39

JavaScript

TransformiumJS 版本 0.5 Beta 2 - 演示 特征 模块化的 多种输入类型: a) 键盘 b) 鼠标 c) 触摸 d) Joystic 尚未实现。 游戏对象 var gameLoop = new GameLoop ( ) ; var player = new GameObject ( ) ; gameLoop . on ( 'update' , function ( delta ) { player . update ( delta ) ; } ) ; gameLoop . start ( ) ; 物理引擎(感谢 MatterJS - ) 存储容器系统 //Add commads queue to the player gameObject player . co


【文件预览】:
TransformiumJS-master
----.gitignore(4B)
----src()
--------ecma()
--------engine()
--------lib()
----LICENSE(1KB)
----README.md(2KB)
----tests()
--------init.js(3KB)
----index.html(308B)

网友评论