three-codeeditor
Version:
codeeditor for three.js
30 lines (19 loc) • 642 B
Markdown
THREE CodeEditor
This is an integration of the [ace editor](https://ace.c9.io/#nav=about) with [THREE.js](https://threejs.org/). Basically, it renders a code editor into 3D. See the CodeChisel3D experiment](http://robert.kra.hn/projects/live-programming-with-three-and-webvr#usage) for more details.
# Running the editor
To run a minimal setup:
```
git clone https://github.com/rksm/three-codeeditor
cd three-codeeditor
npm install
npm install -g http-server
http-server .
```
Then visit http://localhost:8080/examples/minimal.html
# Building
```
npm install -g grunt-cli
grunt build
```
# LICENSE
[MIT](LICENSE)