rxi / microui

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

DirectX 9 #38

Closed dzonerzy closed 4 years ago

dzonerzy commented 4 years ago

Would microui works with DirectX ?

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.

dzonerzy commented 4 years ago

Would be possible to provide same examples using DirectX? I think that would help not only me

g012 commented 4 years ago

Check dear ImGui project, it has renderers for direct 3d, easily transposable to microui.

Le mar. 28 juil. 2020 à 11:21, Daniele Linguaglossa < notifications@github.com> a écrit :

Would be possible to provide same examples using DirectX? I think that would help not only me

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rxi/microui/issues/38#issuecomment-664913555, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH5RYR45UD543RZFKVBOQLR52KDNANCNFSM4PKGRYJQ .