libovr
Nim bindings for libOVR (Oculus Rift)
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-27 04:30 |
Tags
Installation
nimble install libovr
choosenim install libovr
git clone https://github.com/bluenote10/nim-ovr
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| libovr | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/bluenote10/nim-ovr |
|---|---|
| Homepage | https://github.com/bluenote10/nim-ovr |
| Registry Source | nimble_official |
README
nim-ovr
Nim bindings for the Oculus Rift (libOVR).
Note
These bindings are for libOVR version 0.5.0.1, the "last" version with Linux/OSX support. The bindings do not provide the entire functionality. I have omitted unnecessary things, which have been removed in version 0.6.0.0 anyway. Unfortunately, Oculus VR have "paused" Linux/OSX support starting with version 0.6.0.0. I will not move to 0.6.0.0+ as long as cross-platform development is not possible.
Sample Application
A sample application using these bindings is available here.