Conreality / conreality-hud-poc

Conreality HUD proof of concept (PoC).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Conreality HUD proof of concept (PoC).

License:The Unlicense


Languages

Language:C++ 52.9%Language:M4 43.0%Language:C 2.4%Language:Makefile 1.6%Language:Shell 0.1%