radioprotector / edenator

A browser-based music visualizer using React and three.js
https://radioprotector.github.io/edenator/
MIT License
2 stars 0 forks source link

Add support for VR #9

Open radioprotector opened 2 years ago

radioprotector commented 2 years ago

This would likely make use of Poimandres' react-xr library.

One challenge may be to determine how this interacts (negatively or otherwise) with EffectComposer and @react-three/postprocessing. It seems like that's currently a work in progress:

radioprotector commented 2 years ago

This might be of some use: https://codesandbox.io/s/7x7p3q?file=/public/index.html

radioprotector commented 2 years ago

Initial (nonfunctional) attempt tracked at https://github.com/radioprotector/edenator/tree/webxr-testing