rxi / microui

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

How create a font for this code? #31

Closed fab1an2 closed 4 years ago

fab1an2 commented 4 years ago

Can You write a renderer in native SDL2 without OpenGL?

rxi commented 4 years ago

The library expects the user to provide input and handle the resultant drawing commands, it does not do any drawing itself.