Skip to content
Dylan edited this page May 29, 2016 · 1 revision

EiN.js

####A Simple Entity Component System####

Installing

jspm install EiN=github:SoftwareSyndicate/EiN@dev

Testing

npm run test

Using

import EiN as ein from 'EiN'

var someEntity = new SomeEntity();
ein.addEntity(sameEntity);
ein.update(delta);

Resources


Clone this wiki locally