ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.03k stars 1.27k forks source link

Samples showing new Vulkan,D3D12 and Macos (Metal?) support.. #390

Open oscarbg opened 7 years ago

oscarbg commented 7 years ago

Hi, seems last few releases of OpenVR have been adding new graphics API support but SDK only ships with a OpenGL "hello world" sample.. can new samples be added or existing opengl hello world sample extended to support all new APIs namely Vulkan, D3D12 and new MacOS support (Metal?) I know that D3D12, and Macos seem experimental right now but anyway sample could be modified as the graphics API exposed interface also varies..

danginsburg commented 7 years ago

There is a bit of documentation and a code snippet on DirectX12 use at https://github.com/ValveSoftware/openvr/wiki/DirectX12 . If this does not answer your questions, please let me know other questions you have.