rxi / microui

A tiny immediate-mode UI library
MIT License
3.29k stars 239 forks source link

GDI demo #59

Open nlapinski opened 2 years ago

nlapinski commented 2 years ago

Added a GDI (native win32) demo. Tried to keep it as close to the SDL demo as I could.

-Even if its not merged, might be useful to some one. -Two build scripts, one for msys2, one for msbuild. -Mostly the same, except no bitmap support/icons, these are done with text.

image

aiekick commented 1 week ago

nice, but what is the performance ? it is redrawn each frame no ?