Skip to content

MoleculARweb is a website for chemistry and structural biology education through augmented reality

License

Notifications You must be signed in to change notification settings

molecularwebxr/molecularweb

Repository files navigation

MoleculARweb

gesture sample

DOI

MoleculARweb is a website for chemistry and structural biology education through commodity, web-based augmented reality that you can use in your webcam-enabled computer, smartphone or tablet, just on your web browser.

This project is manintained by Fabio Cortés and Luciano Abriata from the Laboratory of Biomolecular Modeling at École Polytechnique Fédérale de Lausanne (EPFL) in Switzerland. It was done with help from several collaborators from the group as well as researchers and educators from other institutions. The project is funded by Spark grant CRSK-1_190376 from the Swiss National Science Foundation.

Try now!

🚀MoleculARweb

Print the markers, select an activity and enjoy!

>img sample

Local development

Follow this instructions to run this project on your local machine.

Prerequisites

To run this project all you need is a basic static server. We use live-serve package from npm. All you need to have installed is node.js.

$ node --version
v12.8.1
$ npm install --global live-server

Installation / Setup

$ git clone https://github.com/fcor/molecular-mirror-app.git # Clone the repository.

$ cd molecular-mirror-app # Navigate into the folder

Running / Development

$ live-server # Start the local development server