Archive 17/01/2023.

MyGUI rendering on Urho3D

ViteFalcon

Hi All,

I am very new to Urho3D and I’m still learning my way around it. As part of porting some of my code into Urho3D, I wanted to get MyGUI rendering in Urho3D and I’ve managed to get it working. Here’s a screenshot of it:

The fonts are a bit messed up. My layout file was for smaller font-size and the current font I have is a bit large and gets culled.

Vite Falcon

S.L.C

Is the source released or is it just a WIP for personal use? I’m also trying to create a subsystem for MyGUI and if this was already released then I’d be saving some time.

ViteFalcon

I plan to release the source. It requires some changes to Urho3D, unfortunately. I’m trying to see if there’s an easy way around that though. I also need to do some clean up so that it doesn’t use my custom resource manager and uses Urho3D;:ResourceCache instead to retrieve resources.