ageller / Firefly

A WebGL interactive particle viewer
GNU Affero General Public License v3.0
66 stars 13 forks source link

improvements to VR #154

Open agurvich opened 1 year ago

agurvich commented 1 year ago

allowVRControls flag and extra library might be all we need, in which case we can just make it a flag...

ageller commented 1 year ago

This video gives a nice demonstration about how to add a controller to VR: https://www.youtube.com/watch?v=mpVG2Iitkqg3

ageller commented 1 year ago

Note that I changed the title of this issue to make it more general. The first comment from Alex is related to making VR simply an option from Python rather than running through Flask. (I don't think Flask is required; it was just convenient to have that as an endpoint during development.)