0
How do I code graphics in c++
graphics in c++
8 Answers
+ 4
OpenGL, VisualC++, QT
+ 1
Thank you. I haven't worked with glut for a while and I was not aware of the new releases. With older releases I had problems using hw acceleration. I don't know if it was a freeglut issue, but it worked with glfw.
0
google for graphic framework or library in plain c
0
Ok
0
I suggest OpenGL.
Here is a good tutorial:
http://www.opengl-tutorial.org/
0
I agree on OpenGL, but I suggest to use it through GLUT (better: freeGLUT, constantly update).
Some C examples here:
https://www.mitchr.me/SS/exampleCode/glut.html
0
I don't suggest using glut, since it is outdated and doesn't support hardware acceleration on most platforms.
0
freeglut 3.2.1Â [Released: 29 September 2019]
the HW acceleration is in the lower layer (OpenGL)