Hello everyone I am a beginner but want my VR app to be used on multiple phones after being downloaded from a pi based server, to keep the control in my hand I want the content of the app to to be placed inside the server after being installed on the phone. Everytime the app runs it should use a directory remotely placed on the pi server. Any help and guidance please?
1 Like
To create a VR app that uses content from a Raspberry Pi server:
- Develop the VR app.
- Set up the Raspberry Pi as a web server.
- Host app files on the Pi.
- Users download the app from the Pi.
- Configure the app to access the Pi’s server.
- Download content from the server when the app runs.
- Optimize for performance and security.
- Test and provide user instructions.