/opticnav

Proof-of-concept AR, multi-user augmented reality maps system

Primary LanguageJavaOtherNOASSERTION

OpticNav

Logo

OpticNav is a proof-of-concept, multi-user augmented reality maps system. It is meant to showcase one of the many potential applications of augmented reality. It was worked on as part of the student Capstone project at SAIT Polytechnic.

The client for this project was the SAIT RADLab.

Screenshot 1

Screenshot 2

Screenshot 3

Building and installing the project

For instructions on building and installing, see INSTALL.md

Docker images

See dockerfile/README.md for information on building

https://registry.hub.docker.com/u/nukep/opticnav-daemon/

https://registry.hub.docker.com/u/nukep/opticnav-webapp/

Gradle projects

The OpticNav project uses Gradle to automate building of projects and their dependencies.

To get a full list of projects, enter in the project root:

gradle projects

:ardd

OpticNav daemon application.

The daemon application listens for and services device requests, as well as administration requests from the web application.

:ardroid

OpticNav Android application.

:web

OpticNav web application.

Other projects

Other projects unlisted above are shared dependencies among :ardd, :ardroid, and :web.