Created by: Lightnet
- working on the custom editor to keep it simple to build.
- working on the rpg builds testing.
Create a threejs game and editor stand alone application to able to write save and load files.
More information read the docs.md simple docs
- nodejs [4.4.x][5.10.x] https://nodejs.org/
- RethinkDB 2.2.4 https://www.rethinkdb.com/
- RethinkDB https://www.rethinkdb.com/ (require)
- Atom https://atom.io/ (text editor)
- Electron http://electron.atom.io/ (stand alone application to run web browser)
- nodejs https://nodejs.org/ (require)
npm install
npm start //to start application
http://localhost:8080/ rethinkdb
window:
cmd
"./node_modules/electron-prebuilt/dist/electron.exe" "./"
window shortcut:
'<drive>:\node_modules\electron-prebuilt\dist\electron.exe' "../../../"