+ 2
I am working on a project in c++. And I have to creat a gui interface for it.
Please anyone share some link or pdf etc( any helping material) to learn how to gui in c++. I will be very grateful to you.
2 Antworten
+ 6
There are plenty of free portable GUI libraries and frameworks, each with its own strengths and weaknesses:
Qt :- https://www.qt.io/
Dear ImGui :- https://github.com/ocornut/imgui
GTKmm (based on GTK+) :- https://www.gtkmm.org/en/
wxWidgets :- http://www.wxwidgets.org/
FLTK :- https://www.fltk.org/
Ultimate++ :- https://www.ultimatepp.org/
JUCE :- https://juce.com/
Especially Qt has nice tutorials and tools which help you getting started in making gui but is a heavy tool to install. You can easily get the well explained documentations on their respective website or/and if you want video tutorials then you can always use YouTube for that.for example this one is very good video which starts from very basics of gui using wxwidgits👇
https://youtu.be/FOIbK4bJKS8
+ 3
Here's a video course on YouTube for qt5.
HTH!
https://youtu.be/Et_bgnJ_Hhg