berkbeleli / mediaLab3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mediaLab3

This lab aims to build your first Augmented Reality (AR) app.

There are many open source alternatives to build augmented reality application. One of the web based solution is AR.js. You can try a huge set of examples: https://github.com/stemkoski/AR-Examples

Requirements for repository

  • You have to clone this repository and make two branches (master and develop).
  • The develop branch should contain commits of every new feature of the AR application.
  • When all features will be ready you have to merge the development branch to the master.

Requirements for AR application

There are three options to choose from.

Option A:

  • Create a 3D model using Three.js and integrate into laboratory sample.
  • 3D model must be complex structure made by you.

Option B:

  • Make your own marker like 'Hiro'.
  • The application should be able to recognize your marker and display a cube when it is present.

Option C:

  • It is your chance to show your skills and creativity.
  • You can add extra features to existing AR.js examples.
  • Make different markers to control a video/audio player.
  • Or anything other.

The general requirements for option A, B & C:

  • Test application on at least two browsers and specify in README.md which version and browser it was.
  • To pass this lab, you have to fully complete an option.

Important notes

About


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:CSS 0.1%