Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srounce/artemis.js

The Artemis Entity/Component Framework (mostly) ported to JavaScript
https://github.com/srounce/artemis.js

Last synced: 8 days ago
JSON representation

The Artemis Entity/Component Framework (mostly) ported to JavaScript

Awesome Lists containing this project

README

        

# Artemis.js

Artemis.js is a JavaScript port of the [Artemis](http://gamadu.com/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!