www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - OpenXR library bindings etc

reply brian <brian infinityplusb.com> writes:
I'd like to use D for some visualisation in XR, but without 
OpenXR, I'm stuck before I even start.

I have tried before to write the library bindings 
(https://github.com/infinityplusb/OpenXR-D), but got stuck and 
honestly don't know enough about what needs doing to fix it.
Apparently it is beyond my capability to do alone, regardless of 
how "easy" library bindings apparently are in D.

Is anyone interested in writing/collaborating on writing a 

Sep 08 2022
next sibling parent rikki cattermole <rikki cattermole.co.nz> writes:
Apart from not linking against OpenXR, I'm not seeing anything obviously 
wrong in that binding.
Sep 09 2022
prev sibling parent Sergey <kornburn yandex.ru> writes:
On Friday, 9 September 2022 at 06:13:07 UTC, brian wrote:
 I'd like to use D for some visualisation in XR, but without 
 OpenXR, I'm stuck before I even start.

 I have tried before to write the library bindings 
 (https://github.com/infinityplusb/OpenXR-D), but got stuck and 
 honestly don't know enough about what needs doing to fix it.
 Apparently it is beyond my capability to do alone, regardless 
 of how "easy" library bindings apparently are in D.

 Is anyone interested in writing/collaborating on writing a 

If it has C API - maybe try to use ImportC here?
Sep 10 2022