Skip to content

notchris/noteditor

Repository files navigation

NotEditor

A simple multi-platform 3D editor built with three.js & vue.js.

Download

Official Website: Downloads

Build from source

Install

npm install

Development

Build the app for quick testing in Electron / browser.

npm run start

Build Target

Currently adding Windows & Linux build configurations.

OSX
npm run build:darwin
Windows
npm run build:windows
Linux
npm run build:linux

Documentation

We are currently working on a complete documentation. This should be available here within the next week or so (4.26.20).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT