Augmented reality Tools, Libraries, and Applications
- C++ 51.1%
- Java 41.9%
- C 4.7%
- CMake 2%
- Objective-C 0.1%
- Other 0.1%
|
|
||
|---|---|---|
| .idea | ||
| Augmatic | ||
| gradle/wrapper | ||
| libraries | ||
| .gitignore | ||
| augie.iml | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE-2.0.txt | ||
| LICENSE.txt | ||
| LICENSE_OPENCV.txt | ||
| README.md | ||
| renovate.json | ||
| settings.gradle | ||
The Augie Project
Augmented reality Tools, Libraries, and Applications
NOTE: another experiment to learn android better. I hope to dust this off and rev it to Android L soon
- AugieLib is a set of libraries and tools for camera tablets. See sub-project here.
- Augmatic 1000 is an reference implementation. See sub-project here.
note, OpenCV is in the repo just as a convenience. We've not made any changes to it except to comment out Ice Cream Sandwich stuff.
Terms
- Augie - The set of ideas and code libraries for working with cameras and camera live-views.
- Agiement - An Augie module. Sets of modules make up an Augie application.
- Augielay - A visual Augiement that effects the live-view.
- Mode - An Augie application can have multiple personalities, each one embodied in a Mode. All settings for a camera and augiements are scoped to a mode.
- Augmatic 1000 - the example camera application and reference implementation for all things Augie.