psychonull / oaky

javascript Entity Component System library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to

NodeJS v0.8.x is required

Install Dependencies

npm install

Compile the project

Run the following command at root of project

Compile dist/oaky.js

grunt

Compile dist/oaky.min.js

grunt dist

Run Tests

grunt test

FileSystem Watcher

To set a watcher, so you wont need to be running grunt every time a change is made, run:

Only compile oaky.js

grunt w

Compile oaky.js and run tests

grunt t

About

javascript Entity Component System library


Languages

Language:JavaScript 100.0%