cmbruns / pyopenxr

Unofficial python bindings for OpenXR access to VR and AR devices
Apache License 2.0
103 stars 8 forks source link

Create higher level API for layers #69

Open cmbruns opened 2 years ago

cmbruns commented 2 years ago
cmbruns commented 2 years ago

I wonder if there is any way to create a new layer in python? If so, this might be a good one to copy first https://github.com/ChristophHaag/gl_context_fix_layer/blob/master/api_layer_gl_context_fix.cpp

cmbruns commented 2 years ago

I'm making good progress on this. I have a proof of concept shared library that dispatches python function pointers to the layer API in the openxr loader. I still need to build the following pieces: