-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Dylan edited this page May 29, 2016
·
1 revision
####A Simple Entity Component System####
jspm install EiN=github:SoftwareSyndicate/EiN@dev
npm run test
import EiN as ein from 'EiN'
var someEntity = new SomeEntity();
ein.addEntity(sameEntity);
ein.update(delta);