Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shaunabanana/zdog-editor
- Owner: shaunabanana
- Created: 2022-02-14T11:48:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T14:23:58.000Z (almost 3 years ago)
- Last Synced: 2024-11-02T04:02:57.010Z (2 months ago)
- Topics: 3d, canvas, editor, svg, zdog
- Language: Vue
- Homepage: https://shaunabanana.github.io/zdog-editor/
- Size: 1.61 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/).