📜  cpp gui - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:46.230000             🧑  作者: Mango

代码示例1
// 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