0.8.0 • Published 8 years ago
engine-3d v0.8.0
Game Engine 3D
A simple 3d game engine
Install
Clone the repo and run in the directory:
npm installNOTE
If you're having trouble installing electron, try to use a Chinese mirror for it. To achieve this, just comment out electron field in dependencies section in package.json, then run:
npm installAfter that, restore the electron field and run the command below:
cnpm install electronDevelopment
To build the project, please run:
npm run buildIf you change the code frequently, you can just start a dev process:
npm run devThe process will watch your files, and build the project when they changes.
Documentation
TODO
License
Private
0.8.0
8 years ago