Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 930 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 930 Bytes

Venus de Milo AR Experiment

AR visualizer of the Venus de Milo

Demo here

This repo uses React Native, Threejs and ARKit to create a visual experience.

How to use this repository

The repository contains all the source files to run the Venus de Milo Visual Experience.

git clone https://github.com/carlosangon/venus_de_milo_ar

Alternatively, clone or download the entire repository and play with it.

git clone https://github.com/carlosangon/venus_de_milo_ar
cd /venus_de_milo_ar

What's in it?

This repo contains sample code to get you up and running with a basic template for AR experiments.

The steps to use or view this project are:

  1. Install the dependencies to run application
  2. Run the project to experience some cool stuff

Run these steps using the following commands:

npm install
npm start
  • C