Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 739 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 739 Bytes

AR Molecule Viewer

This is a project that renders molecules in .pdb format for AR visualization. It also works on desktop thanks to AFRAME.

Demo

https://molecule-viewer.glitch.me/

Requirements for VR/AR

For VR:

For AR:

Installation

Install dependencies:

npm install

Usage

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.