GUI CPP

// There's a variety of useful libraries: one can use libs that are 
// more established  and featureful like Qt and GTK, or use minimalistic
// ones like Nuklear and Dear Imgui.

// Qt: https://www.qt.io/product/qt6
// GTK: https://www.gtk.org/
// Nuklear: https://github.com/Immediate-Mode-UI/Nuklear
// Dear Imgui: https://github.com/ocornut/imgui
Frail Falcon