1. 首页
  2. 数据库
  3. 其它
  4. bitECS:用Javascript编写的微型数据驱动的高性能ECS库 源码

bitECS:用Javascript编写的微型数据驱动的高性能ECS库 源码

上传者: 2021-02-07 15:12:59上传 ZIP文件 90.67KB 热度 21次
: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' } )
下载地址
用户评论