Hitagi is an HTML5 game development framework that loves to keep your code and data separate. It uses an Entity-Component-System architecture.
- 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
Hitagi wouldn't be possible without some awesome libraries, notably:
Issues and pull requests welcome.