-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Hello
I wanted to integrate Noesis 3 with MonoGame 3.8 and as a starting point I was using your code. Thanks a lot for providing it for us. However, I run into several issues. For example Fonts where not be loaded correctly or text was not shown.
Thus I decided to start from the scratch and ported the official C# integration example from Noesis GUI 3 to MonoGame. The result can be found here: https://github.com/Netzeband/noesis_monogame
It is much less advanced then this integration here, but the scope was to implement a simple as possible example for comparison and as a starting point for more advanced integration steps. For the render state recovery and mouse event handling, i used heavenly your code and thus I also created a reference in the readme file to your project.
If you have some time, you might want to look at the forum entry (https://www.noesisengine.com/forums/viewtopic.php?f=12&t=2443). Here, I have two questions about the render-state recovery. Maybe you can help here?