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.
You must use node.js version 14 LTS.
To install deps:
npm install
Then to run the editor:
npm run electron:serve
It is recommended to use Prettier with VS Code for code formatting.