Forum Discussion
2EyeGuy
12 years agoAdventurer
The SDK is too object oriented
Admittedly, I don't have a Rift, and I'm trying to use the SDK blind. But I'm not really liking this SDK's structure, or the structure of the samples. It looks like it was designed to be complicated a...
geekmaster
12 years agoProtege
The vast majority of my personal code base is pure C too (a requirement of my main client). Pure C is also easier to use for some embedded processors that have very limited resources (where C is almost a portable assembler language). Abstract features of C++ may be great for humongous team projects, but a very poor choice for many embedded apps.
I have been converting some of my code to C++, but it is a chore unless you use wrappers on every function (DirectX being an example of that, with the extra pointer indirection for C). I would MUCH MORE prefer a pure C SDK version, so please carry on with this noble conversion effort.
Thanks!
I have been converting some of my code to C++, but it is a chore unless you use wrappers on every function (DirectX being an example of that, with the extra pointer indirection for C). I would MUCH MORE prefer a pure C SDK version, so please carry on with this noble conversion effort.
Thanks!
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
- 8 months ago
- 3 years ago
- 1 year ago
- 3 years ago