MyGUI / mygui

Fast, flexible and simple GUI.
http://mygui.info/
Other
713 stars 205 forks source link

SDL2 platform #239

Open Arcnor opened 2 years ago

Arcnor commented 2 years ago

Hi there!

This is a new platform for MyGUI using SDL2. It requires SDL >= 2.0.18 because that's the version that added the required API for this to actually work (direct geometry rendering).

There are some issues that can hopefully be worked out before merging, I'll add some comments inline.

I have another platform in the works (for BGFX) but I'll finish that one once we finish merging this one, as I think some of the issues will be present there as well.

I hope this is useful, and thanks!