/project_nodeSnap

Rigs of rods / BeamNG truck file editor

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

project_nodeSnap

Open source Rigs of rods truck file editor.
Support for BeamNG is comming soon.

Based on the old rorEditozer.
Made with Electron, three.js, Vue 3 + Vuex 4 and nodeJs, written Typescript.

Project setup

You must use node.js version 14 LTS.

To install deps:

npm install

Then to run the editor:

npm run electron:serve

Code style

It is recommended to use Prettier with VS Code for code formatting.