Hacker News new | ask | show | jobs
by ahaferburg 2604 days ago
From dear ImGui's mission statement:

> Designed for developers and content-creators, not the typical end-user! Some of the weaknesses includes:

> - Doesn't look fancy, doesn't animate.

> - Limited layout features, intricate layouts are typically crafted in code.

It may not replace retained mode GUI toolkits, but it can certainly make the life of devs easier. If all you need is to quickly hack together an internal tool, or some quick debugging interface, keep ImGui in mind.