This is a project that renders molecules in .pdb format for AR visualization. It also works on desktop thanks to AFRAME.
https://molecule-viewer.glitch.me/
For VR:
- Google VR Services
- HTTPS support on the server.
For AR:
- Google Play Services for AR
- Google Chrome > 79
- HTTPS support on the server.
Install dependencies:
npm install
Start the server:
npm start
Open a browser and go to https://localhost:8080
- For entering AR mode on a smartphone your server must have
https
enabled.