Best c++ GUI | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 9

Best c++ GUI

What ia the best GUI for cpp?Should i start with a GUI or with a engine with cpp support?

5th Feb 2019, 11:23 PM
I Am Arthur
I Am Arthur - avatar
14 Answers
+ 8
Thank you for the info
7th Feb 2019, 3:45 PM
JDL
JDL - avatar
+ 6
QT is probably the best GUI engine out there. It is widely used so it has alot of tutorials and an active community to ask for help, it comes with alot of examples to get your started and it's free. https://www.qt.io/
5th Feb 2019, 11:40 PM
Dennis
Dennis - avatar
+ 5
Dennis Joseph Hardrock is sfml good?
6th Feb 2019, 8:42 PM
I Am Arthur
I Am Arthur - avatar
+ 5
Dennis which is is the best game engine?
6th Feb 2019, 10:30 PM
I Am Arthur
I Am Arthur - avatar
+ 5
Dennis What do u think its the best for me?I do like hard things but i am not very good with c++
6th Feb 2019, 11:06 PM
I Am Arthur
I Am Arthur - avatar
+ 4
Probably the best GUI will be done with graphics programming. But peoples generally don't have time to learn graphics programming. That is why they use some kind of frameworks and I think Qt is enough good at GUI things as Dennis stated.
6th Feb 2019, 12:40 PM
Yusuf
Yusuf - avatar
+ 4
I Am (Not) Arthur! Sfml is a game engine, if you want a game, sure, but you'll have to implement the gui yourself which is not a trivial job. If you want gui based games QT would be the better choice. sfml is a good engine though, yes.
6th Feb 2019, 8:46 PM
Dennis
Dennis - avatar
+ 4
I Am (Not) Arthur! I dunno, that's kinda subjective. sfml is a very good game engine to get you into game development, I use it myself. Unreal engine is also a good one if you want 3d but can be really overwhelming. But you have to pay royalties if you use it for commercial goals, so watch out for that. If you want to go really low level then opengl is the way to go, but then again, I'm not sure if that counts as a game engine.
6th Feb 2019, 10:36 PM
Dennis
Dennis - avatar
+ 3
I Am (Not) Arthur! sfml would be your best bet, it has a nice guide on how to compile and configure it. It's very quick to get something on the screen.
6th Feb 2019, 11:08 PM
Dennis
Dennis - avatar
+ 3
Dev c++ and VS
7th Feb 2019, 12:11 PM
Atif Saleem 🇵🇰
Atif Saleem 🇵🇰 - avatar
+ 2
Best couple for C++ GUI is wxWidget
7th Feb 2019, 6:32 AM
Ahmad Zahidi
Ahmad Zahidi - avatar
+ 1
SANDAL2 is in C but is compatible with C++ It is not really known, so it does not have an active community It is a really simple to use game engine though so if you want to start with an easy one, I recommend this one (You'll find it on github)
7th Feb 2019, 4:54 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
IMGUI or d3d
7th Feb 2019, 1:11 PM
Fyrahh
Fyrahh - avatar