three-codeeditor

0.1.4-seth.6 • Public • Published

THREE CodeEditor

This is an integration of the ace editor with THREE.js. 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

/three-codeeditor/

    Package Sidebar

    Install

    npm i three-codeeditor

    Weekly Downloads

    1

    Version

    0.1.4-seth.6

    License

    MIT

    Last publish

    Collaborators

    • snickell