https://github.com/notchris/noteditor
A simple multi-platform 3D editor built with threejs / webgl.
https://github.com/notchris/noteditor
3d 3d-graphics editor level-editor map-editor three-js vuejs
Last synced: 6 months ago
JSON representation
A simple multi-platform 3D editor built with threejs / webgl.
- Host: GitHub
- URL: https://github.com/notchris/noteditor
- Owner: notchris
- Created: 2020-04-26T04:13:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T19:41:41.000Z (over 2 years ago)
- Last Synced: 2025-07-19T22:22:56.162Z (6 months ago)
- Topics: 3d, 3d-graphics, editor, level-editor, map-editor, three-js, vuejs
- Language: JavaScript
- Homepage: https://notchris.net/noteditor
- Size: 2.76 MB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NotEditor
A simple multi-platform 3D editor built with [three.js](https://threejs.org/) & [vue.js](https://vuejs.org/).
## Download
Official Website: [Downloads](https://notchris.net/noteditor)
## Build from source
### Install
```bash
npm install
```
### Development
Build the app for quick testing in Electron / browser.
```bash
npm run start
```
### Build Target
Currently adding Windows & Linux build configurations.
##### OSX
```bash
npm run build:darwin
```
##### Windows
```bash
npm run build:windows
```
##### Linux
```bash
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](https://choosealicense.com/licenses/mit/)