Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 에디터 만들어보자
- Host: GitHub
- URL: https://github.com/evan-moon/web-3d-editor
- Owner: evan-moon
- Created: 2019-10-09T02:31:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:23:25.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T07:42:19.433Z (9 months ago)
- Topics: threejs, vue, webgl
- Language: JavaScript
- Homepage:
- Size: 3.82 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
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