Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rksm/three-codeeditor
ace codeeditor integration
https://github.com/rksm/three-codeeditor
Last synced: about 1 month ago
JSON representation
ace codeeditor integration
- Host: GitHub
- URL: https://github.com/rksm/three-codeeditor
- Owner: rksm
- License: mit
- Created: 2015-01-31T07:56:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T22:47:23.000Z (about 8 years ago)
- Last Synced: 2024-10-13T10:25:24.204Z (3 months ago)
- Language: JavaScript
- Size: 6.03 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)