Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/srounce/artemis.js
- Owner: srounce
- Created: 2013-04-22T23:40:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T12:52:28.000Z (over 10 years ago)
- Last Synced: 2024-04-14T14:43:59.932Z (7 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!