bitECS:用Javascript编写的微型数据驱动的高性能ECS库 源码
:alien_monster: bitECS :alien_monster: 使用JavaScript TypedArrays编写的微型,数据驱动的高性能库。 产品特点 <3kb压缩 零依赖 节点或浏览器 安装 npm i bitecs 例 import World from 'bitecs' // Create a world const world = World ( ) // Register some components world . registerComponent ( 'POSITION' , { x : 'float32' , y : 'float32' } )
下载地址
用户评论