An open API service indexing awesome lists of open source software.

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.

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/)