|
|
|
|
|
by Kukumber
1238 days ago
|
|
ImGUI is great, but i wouldn't call it "versatile", it's too rigid to be versatile It's too focused on desktop (mouse/kb), and you can't really theme it other than its colors and shape of the edges, doesn't support animations and you can't style the font, it's pretty basic Creating custom controls is a ton of work Then you have libraries like this: https://lvgl.io/ (gh: https://github.com/lvgl/lvgl) That's what i call a versatile GUI library |
|