A simple 3d game engine
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
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.
TODO
Private