A simple 3d game engine
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 electronTo 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.
TODO
Private. Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.