rxi / microui

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

Can I use it without SDL ? #40

Closed abdullah-19 closed 4 years ago

abdullah-19 commented 4 years ago

All I want to know is if it is stand-alone or it needs SLD, OpenGL etc. Cause in example folder I saw SDL imports.

rxi commented 4 years ago

Microui doesn't do any rendering of its own, this is expected to be provided by the user -- thus it will work with any renderer (be this OpenGL, DirectX, software rendering, etc.) provided it can draw rectangles and text.

https://github.com/rxi/microui/issues/38