Skip to content
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.

Conreality HUD proof of concept (PoC).

License

Notifications You must be signed in to change notification settings

Conreality/conreality-hud-poc

Repository files navigation

Conreality HUD

Project license Travis CI build status

https://wiki.conreality.org/HUD

Prerequisites

Build Prerequisites

Dependencies

Installation

Installation from Source Code

Configuring, building, and installing the program (by default, into /usr/local) are all performed with the standard incantations:

$ ./autogen.sh   # only needed for the development version from Git

$ ./configure

$ make

$ sudo make install

Configuration

Running

Runtime keyboard hotkeys:

ESC     - Exit the program.
E       - Toggle an edge filter.
Shift-E - Toggle to draw only edges.
F       - Toggle image flipping.
I       - Toggle on-screen items for an HMD.
N       - Toggle on-screen name display.
T       - Toggle on-screen time display.

See Also