engine-3d
v0.8.0
Published
Simple 3D Game Engine
Downloads
2
Readme
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