GitHub

It's a near-eye display similar to Microsoft HoloLens or Google Glass, and it's powered by a Raspberry Pi. The project is separated into 6 subprojects. There will be a new subproject for every app and runtime environment. The CAD models will be put here when I actually make it.

Instructions to Run

To run an emulation, do:

./gradlew :run-emulator:run

To run on an embedded system, like Raspberry Pi, do:

./gradlew :run-embedded:run

To package a JAR for Raspberry Pi, do:

./gradlew :run-embedded:jar

Attributions

Read the original on github.com ↗