/aframe-molecule-viewer

A .pdb molecule AR visualizer built with AFRAME

Primary LanguageJavaScriptOtherNOASSERTION

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.