Skip to content

joshmdrx/ar-rocketship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ar-rocketship

Launch an AR rocket with less than 100 lines of code.

This is a basic example using AR.js and a-frame, which renders a 3D rocket model, and animates it using a button.

The 3D model is triggered by the Hiro marker - the 3D model will be rendered where the camera recognises the marker.

QR Code

Run locally

You should run AR web apps using local https servers - this is done here by creating a self-signed certificate and running using node.js and http-server.

First install packages and create the certificates:

npm i
openssl req -nodes -new -x509 -keyout server.key -out server.cert

Run the server:

npm run start

Navigate to 127.0.0.1:8080 (or your local IPV4 address on your mobile) to access the app.

The main branch is deployed using github pages HERE. You can access it by scanning the QR code below and trigger the rocket with the marker as shown in the video above.

QR Code

QR Code

Releases

No releases published

Packages

No packages published

Languages