Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```