Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/looeee/threejs-ide
WIP: extracting the Discover three.js IDE for use as a standalone project
https://github.com/looeee/threejs-ide
ide online-ide threejs threejs-example webgl webgl2
Last synced: 3 months ago
JSON representation
WIP: extracting the Discover three.js IDE for use as a standalone project
- Host: GitHub
- URL: https://github.com/looeee/threejs-ide
- Owner: looeee
- Created: 2021-04-06T06:56:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-06T07:26:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T22:25:58.424Z (4 months ago)
- Topics: ide, online-ide, threejs, threejs-example, webgl, webgl2
- Language: JavaScript
- Homepage: https://ide.lewy.blue/
- Size: 7.19 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discover three.js IDE
## Instructions
Clone/download the repo. Node.js and NPM are required.
Run this command once.
``` bash
> npm install
```Then run this command to build code and start the server.
``` bash
> npm start
```