If you have a zig project that needs a GUI, try DVUI.
Unlike most immediate mode GUIs, DVUI works at low and variable framerates, and processes every input.
It's suitable for normal applications as well as debugging windows on top of games.
The web demo will give a quick idea of what the current capabilities are.
Let me know what you think!
Latest comments (6)
Okay!! I've been looking for an IMGUI library, will give this a good try.
Awesome - if you run into anything, you can ask here or in the gui-dev discord channel here: discord.gg/RAEzev2d
This is spectacular! I have no idea what I'm doing yet, but I am really impressed with the web demo.
Haha thanks!
Cool
I really like DVUI. It's easy to understand and has allowed me to make my GUIs my way.
I wish ALSA was that easy to understand as DVUI. I'm still trying to write a sine wave algorithm for ALSA, that doesn't sound like fingernails on a chalk board.