Virtual Reality tours in Swift with hotspots

Hi there,

Does anyone know of a library/example project or something that can be used to create a virtual reality "tour" type thing in Xcode using Swift? I'm trying to create a pretty simple virtual reality tour using 360 spherical images that would need to support actual VR using the device's orientation and "hotspots" (Buttons that are attached to one spot on the 360 image that you can click to show information or go to another image).


I found this on GitHub which does everything I need it to do, except the hotspot thing. Hotspots are a crucial part of my tour, so there is no way I can do it without them.


Does anyone know anything that supports all of this, or maybe a way to create hotspots that work with that GitHub code?


Thanks in advance. Any help is greatly appreciated.

Replies

Did you manage to find a solution?