0.2.0 • Published 7 years ago

engine-3d.js v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Game Engine 3D

A simple 3d game engine

Install

Clone the repo and run in the directory:

npm install

NOTE

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 install

After that, restore the electron field and run the command below:

cnpm install electron

Development

To build the project, please run:

npm run build

If you change the code frequently, you can just start a dev process:

npm run dev

The process will watch your files, and build the project when they changes.

Documentation

TODO

License

Private