Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 504 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 504 Bytes

Artemis.js

Artemis.js is a JavaScript port of the Artemis Entity System framework.

The framework is based on the concept that entities in a game world exist as pure identifiers, their components contain only data, and systems process entities based on their aspects. This promotes separation of concern and simplifies game design tremendously.


TODO:

- [ ] This list
- [ ] README!
- [ ] Docs!
- [ ] Tests!
- [ ] Examples!
- [ ] Extensions!