Skip to content

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

Notifications You must be signed in to change notification settings

srounce/artemis.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published