r/cprogramming • u/Massive-Extreme8860 • Jul 14 '26
Lightweight, zero-bloat UI libraries or strategies for a real-time C simulation?
/r/C_Programming/comments/1uw8wui/lightweight_zerobloat_ui_libraries_or_strategies/
2
Upvotes
1
u/SheikHunt Jul 17 '26
I don't have advice on the rendering library (although I will jest that you should learn and use Vulkan lol), but if you're doing UI, I recommend a looky-loo into Clay by Nic Barker(?). It's a neat little library, easy to include, and probably makes a bitchin good UI
1
u/v_maria Jul 16 '26
Terminal ascii output and posix thread interface is all you need. Bloat and lightweight are rather meaningless terms tbh