We want to set up a new scene for a pop-up form, which needs to render it’s own scene, separate from the main form. What is the best way to go about this?
Currently, we are considering creating a whole new Urho Application to do this, but I’m not a fan of having multiple “Contexts” for graphics resources/etc. Is there a way to use the same Urho App (and Resources/Context) to render to multiple Surfaces? (in Windows, I’m talking about multiple Windows Controls)