Archive 17/01/2023.

Urho and Qt 5 hello world?

smellymumbler

I was looking for a Hello World sample that integrates an Urho instance with Qt 5. I’ve seen that some people use ExternalWindow, but then how do you control the engine without Urho’s Application class? Is it possible to draw Qt widgets on top of Urho’s rendering screen?

Eugene

I used Application with Qt, so…

It is. Like any other window on top of another window. Don’t expect it to be very nice tho.

Sinoid

Aster’s old particle editor is concise: https://github.com/aster2013/ParticleEditor2D I used it ages ago to figure out how to make it all work.

It’s old though so expect to do some fixing for an older version of Urho3D.