On Tue, Feb 11, 2020 at 01:59:49PM -0500, Offray Vladimir Luna Cárdenas wrote: > This is not a question, but more like a blue plan thinking about > minimalist native UI toolkits that can talk with Spec 2. I just found > Nuklear[1] and I'm kind of wondering if this could take the place of GTK > in the Spec2 world. > > [1] https://github.com/Immediate-Mode-UI/Nuklear
There is also Dear ImGui, written in C++, and cimgui, its C wrapper. https://github.com/ocornut/imgui https://github.com/cimgui/cimgui It will be great to program UIs with one or both of these and Pharo. Pierce