Forum Discussion
cybereality
12 years agoGrand Champion
Minimal Oculus Application Tutorial
Hey guys! I put together this simple tutorial, showing the bare minimum code needed to work with the Oculus SDK. https://developer.oculus.com/wiki/index.php?title=Minimal_Oculus_Application I...
geekmaster
12 years agoProtege
Here is a "pure C" version of the minimal app that reports Orientation and Acceleration data:
https://developer.oculus.com/wiki/Tracker_Data_for_C
This C program links to a minimal C++ wrapper module (included in the tutorial) that exports C bindings for initRift() and readRift() functions. Most other languages can call these C functions, including python, lua, VisualBasic, and many more.
Enjoy!
https://developer.oculus.com/wiki/Tracker_Data_for_C
This C program links to a minimal C++ wrapper module (included in the tutorial) that exports C bindings for initRift() and readRift() functions. Most other languages can call these C functions, including python, lua, VisualBasic, and many more.
Enjoy!
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 1 year ago
- 3 months ago
- 2 years agoAnonymous
- 3 months ago