Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

Kay-Bernhardt/opticnav

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.6%
  • JavaScript 11.9%
  • CSS 4.2%
  • Python 1.6%
  • Shell 0.7%