JavaScript HTML5 游戏开发框架: hitagi.js
jopen
9年前
Hitagi是一个JavaScript HTML5 游戏开发框架。让您爱代码和数据区分开来。它使用一个实体 - 组件 - 系统架构。
How does it work?
- Entities are our data, made of 'building blocks' called Components.
- Systems are our code, updating our Entities and performing I/O.
- Worlds wire Entities and Systems together.
文档
There's a useful 'Getting Started!' page
示例
Standing on the shoulders of giants
Hitagi wouldn't be possible without some awesome libraries, notably: