Monado OpenXR Runtime
|
▼Monado(XRT) | Monado XR runtime project |
▼Auxiliary | Shared code and helpers for Monado |
Math | C interface to some transform-related math functions |
OpenGL bindings | OpenGL bindings helper library |
▼OS-Wrappers | Wrapper around OS functions and structs |
▼Portable Timekeeping | Unifying wrapper around system time retrieval functions |
Extra Timekeeping Utilities | Less-portable utility functions for manipulating system time, for interoperation with platform APIs |
Tracking | Trackers, filters and associated helper code |
Utilities | Smaller pieces of auxiliary utilities code |
Vulkan helper code | Vulkan helper structs and functions |
▼Compositor | All of the compositor code |
Main compositor code | Main compositor code |
Compositor client code | Glue code between client program to the main compositor |
▼Includes | Include and interface headers |
XRT interfaces | The main interface shared between the different components of Monado |
▼Drivers | Native and wrapper drivers in Monado |
Daydream Controller driver | Driver for the Google Daydream Controller |
Dummy driver | Simple do-nothing dummy driver |
HDK driver | Driver for the OSVR HDK series of HMDs |
Razer Hydra driver | Driver for the Razer Hydra motion controllers |
North Star driver | Driver for the North Star HMD |
OpenHMD wrapper | Wrapper driver around OpenHMD |
PS Move driver | Driver for the Sony PlayStation Move Controller |
PSVR driver | Driver for the Sony PSVR HMD |
Intel RealSense driver | Driver for the SLAM-capable Intel Realsense devices |
V4L2 frameserver driver | Frameserver using the Video 4 Linux 2 framework |
HTC Vive and Valve Index driver | Driver for the HTC Vive and Valve Index family of HMDs |
GUI Config Interface | Small GUI interface to configure Monado based on SDL2 |
▼OpenXR state tracker | Client application facing code |
OpenXR entrypoints | Gets called from the client application, does most verification and routes calls into OpenXR main code functions |
OpenXR main code | Gets called from OpenXR entrypoints functions and talks to devices and Compositor using XRT interfaces |
Prober and device management code | Probing code |