Skip to content

daemonburrito/js_ecs_engine_1

Repository files navigation

First pass at an ECS engine

See example/demo.js for current usage.

Installation

Just use npm to install dependencies.

$ npm install

Running the demo

Build

$ npm run build-demo

Or, to play with the demo code:

$ npm run watch-demo

Running

Just open example/index.html in a browser.

License

GNU General Public License V3.0

About

Experimental Entity/Component/System Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published