Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shaunabanana/zdog-editor

An editor for the ZDog 3D engine.
https://github.com/shaunabanana/zdog-editor

3d canvas editor svg zdog

Last synced: about 2 months ago
JSON representation

An editor for the ZDog 3D engine.

Awesome Lists containing this project

README

        

# Zdog Editor
A simple editor for the [Zdog 3D engine](https://zzz.dog).

[Playable demo here](https://shaunabanana.github.io/zdog-editor/).

![screenshot](./assets/screenshot.png)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).