Electronic Musieum Google Cardboard WebVR Artwork.
In terminal run
$ npm install
Then to start
# npm start
And go to localhost:8080 in your browser or visit :8080 on your mobile phone and place in a google cardboard.
@borismus webvr-boilerplate for clean cross-platform WebVR @dghost hopalong-vr for the hopalong webvr port Barry Martin's Hopalong Orbits Visualizer which I found here hopalongvr.dghost.net @Iacopo Sassarinihttps://www.chromeexperiments.com/experiment/webgl-attractors-trip
Barry Martin's Hopalong Orbits Visualizer These orbits are generated iterating this simple algorithm: (x, y) -> (y - sign(x)sqrt(abs(bx - c)), a -x ) where a, b, c are random parameters. This is known as the 'Hopalong Attractor'. 3D rendering done with three.js and vrrenderer.js