kamyk-pl / 4-developers-2021-examples

Examples to my talk at 4developers 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Let's invite A(R)lice from Wonderland to our browsers

This repo contains examples from my talk Let's invite A(R)lice from Wonderland to our browsers which were presented during 4developers 2021 conference.

Presentation can be found here

Examples below are written in "demo mode", please not treat as a reference for production ready solution. Main and only goal of those examples is to show how easy is to start with AR in JavaScript.

Examples

Examples were created based on following materials:

All credits goes to tutorial authors

Chess

Example with chess present first game of the Kasparov vs Blue rematch

All credits to Chess animation goes to my dad Marcin Kamiński. THANK YOU DAD!!!

Run Examples

Examples can be tested here,

or locally.

To run example locally run following commands. npm install

and then

npm run serve

Remember that your mobile device and your computer have to be in the same Wi-Fi network. Some time you have to also adjust Windows firewall settings.

AR experience requires https connection. Dummy certificate is committed in the repo which helps you with local deployment. You will have to accept this certificate in the browser.

Used models

Alice example:

Model Viewer

Interesting links

About

Examples to my talk at 4developers 2021


Languages

Language:JavaScript 99.5%Language:HTML 0.5%Language:CSS 0.0%