+ 3
Graphics in c++
How can i add graphics in c++ program?
5 ответов
0
using graphic library (SFML, SDL, Allegro, OpenGL, DirectX etc).
+ 3
DirectX, opengl, vulkan are common graphics apis if you want something simple there is sdl
+ 3
3d graphics - OpenGL ( cross platform )
2d graphics - SFML ( cross platform )
GUI - QT, wxWidgets, GTK, GTKMM, FLTK. ( cross platform )
+ 2
In Turbo C You Can Use library #include<graphics.h>
four MinGw compiler you have to download library and have to configure
+ 1
If you mean GUI, then check out Qt or wxWidjets.