Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/evan-moon/web-3d-editor

ThreeJS로 3d 에디터 만들어보자
https://github.com/evan-moon/web-3d-editor

threejs vue webgl

Last synced: 2 months ago
JSON representation

ThreeJS로 3d 에디터 만들어보자

Awesome Lists containing this project

README

        

# Web 3D Editor

> Add Lights, Textures, Background, everythings with WebGL

![](./image.png)

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

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

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

### Run your tests
```
npm run test
```

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

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
# web-3d-editor