/building-a-blue-future-AR

AR for the Building a Blue Future event poster

Primary LanguageHTMLMIT LicenseMIT

Setup

This project uses Deno to create a Secure context for other devices (eg phone) to access your local website, and use MediaDevices.getUserMedia which is only available in Secure contexts.

It needs a TLS certificate and key with the names cerificate.pem and key.pem, you can create them using mkcert.

To do

  • Resize scan region to screen
  • Make content not scroll before animation end (position: fixed?)