Hi all, I'm looking to do some C# development with OpenXR and found the Silk.NET library as a conven
Hi all, I'm looking to do some C# development with OpenXR and found the Silk.NET library as a convenient way to get started with this. However, I'm having some trouble finding good documentation for getting started with it. The pages at https://dotnet.github.io/Silk.NET/docs/ are basically just placeholders at this point in time. Can anyone point me in the right direction maybe with some examples as well? My eventual goal is just to use this app to drive various OpenXR haptic devices, so I don't really need a renderer or window

