UI Library

ryuukk_ ryuukk.dev at gmail.com
Fri May 20 12:32:37 UTC 2022


Avoid GTK, it's bloated, GTK4 looks like a toolkit to design 
mobile apps, and you need runtime dependencies on windows

adam's gui library is very nice, 0 dependencies

I personally prefer IMGUI, 0 dependencies, you bring the 
windowing library of your choice, i pick GLFW since it's minimal

IMGUI is fully capable, someone made a Spotify client with it!

https://user-images.githubusercontent.com/3907907/81094458-d20d9200-8f03-11ea-81e0-e72c0063b3a7.png


More information about the Digitalmars-d-learn mailing list