sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

Question: SDL with RenderManager #169

Closed gbhatt07 closed 8 years ago

gbhatt07 commented 8 years ago

Hello, I am new to all of this and was going through the examples in the RenderManager code. I can see all examples are direct to display. I am able to run these on my HTC Vive. But I want to create a window and see the drawing on window as well as the HMD. Does doing this with RenderManager is a good idea or should I use the clientKit.

russell-taylor commented 8 years ago

See issue https://github.com/sensics/OSVR-RenderManager/issues/170 for a bit of discussion on this topic. The problem with doing that in RenderManager as things stand now is that there is not a way to tell it to use a different display configuration than the one provided by the server. We've talked for awhile about adding this kind of preview window to RenderManager itself, described by the config file.