GUI library similar to Ruby's "shoes"

Python has DearPyGui, implements a nice traditional retained-mode GUI on top to Dear ImGui 's immediate mode paradigm. Also GLFW as backend. We have wrappers for both.

GitHub - Immediate-Mode-UI/Nuklear: A single-header ANSI C immediate mode cross-platform GUI library Seems nice and no dependencies, which I really really like.

2 Likes

Why you gotta link Nuklear if we already have bindings for the superior option :D

4 Likes

Also Glimmer Ruby lib. looks cool for inspiration.