Skip to content

charlespina/glaboratory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glaboratory

A WebGL playground, with a react-based front-end.

Installation

  1. npm install

Running

  1. gulp watch
  2. navigate to http://localhost:8080
  3. try adding an experiment in src/experiments, and adding it to the list of experiments in app.js

Fancy docker approach:

    cd glaboratory
    docker build -t glaboratory .
    docker run -p 8000:8000 -t glaboratory node bin/web-server.js

About

A WebGL playground, with a react-based front-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors