glaxier
v1.0.4
Published
WebGL Augmented-eXtended Integrated Environment REPL
Downloads
3
Maintainers
Readme
glaxier
WebGL Augmented eXtended Integrated Environment REPL
Table of Contents
About The Project
This project allows you write, load + run THREE.js scenes more dynamically + efficiently by using functions to transform them.
Installation
git clone https://github.com/fredism/glaxier
cd glaxier
npm install
Usage
Best way is running a watcher.
npm run watch
Then, in another terminal, run:
node index.js
Now you should see something like:
glxr>
Now try running a scene:
render('cube') // or render('sphere')
Scenes can also be composed:
compose('cube', 'sphere')