cpp gui

Solutions on MaxInterview for cpp gui by the best coders in the world

showing results for - "cpp gui"
Sergio
29 Oct 2016
1// There's a variety of useful libraries: one can use libs that are 
2// more established  and featureful like Qt and GTK, or use minimalistic
3// ones like Nuklear and Dear Imgui.
4
5// Qt: https://www.qt.io/product/qt6
6// GTK: https://www.gtk.org/
7// Nuklear: https://github.com/Immediate-Mode-UI/Nuklear
8// Dear Imgui: https://github.com/ocornut/imgui