1.0.4 • Published 4 years ago

glaxier v1.0.4

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

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')

alt text

Scenes can also be composed:

compose('cube', 'sphere')

alt text

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago