GUI app with C | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

GUI app with C

How can i make a GUI app with C programming?

4th Feb 2018, 10:12 AM
Ayush Tripathi
3 Answers
4th Feb 2018, 11:15 AM
Dev
Dev - avatar
+ 4
You need graphical library. Here are some fine examples to start with : SDL2, SANDAL2 If you are confident in C, you can try to learn OpenGL You can learn SDL2 on the web but I will not advise you to use either tutorial as I learnt it in a French Website. You can learn SANDAL2 here : https://github.com/Klevh/SANDAL2 You can learn OpenGL here : https://learnopengl.com/ It is used with C++ but as OpenGL and GLFW are C libraries, you can adapt the C++ code and learn OpenGL the same way.
5th Feb 2018, 6:37 AM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 2
Thanks @dev
4th Feb 2018, 4:34 PM
Ayush Tripathi