rxi / microui

A tiny immediate-mode UI library
MIT License
3.47k stars 241 forks source link

Add example to use Microui with SDL2 SDL_Renderer and SDL_RenderGeometry() #48

Closed 1bsyl closed 1 year ago

1bsyl commented 3 years ago

Provide an example to build Microui using SDL2 / SDL_RenderGeometry (using this PR libsdl-org/SDL#4195) Which makes Microui using the platform backend available (opengl, opengles2, Direct3D11, Metal, or software rendering).