I have a prototype react app which was generated using create-react-app. The app will be rendering a blend of 3d panoramic scenes with content overlays/links/etc as well as some 2d spaces.
I was initially thinking of Panellum to handle the 3d scenes and then using Pixi for any complexity in the 2d space but am now reconsidering the use of React VR for the 3d walkthroughs.
So, to the chase: can I add React VR to an existing react app? I tried just doing an npm i on it but get module not found errors if I try to do anything with it. My need is less about supporting VR and more around a set of connected 3d walkthroughs but I love the component model that has been built in React VR and can see some real positives in taking that approach.