0
How to use OpenGL in C++?
I wanted to use OpenGL for my game, but I don’t know how to use it. Recommend a book or website. I will be very grateful!
2 ответов
0
Well there are a lot of libraries out there. You can use GLUT, GLFW etc...... But I recommend that you use GLFW for using OpenGL in C++. If you want to know how to use it, check out this YouTube playlist.
https://www.youtube.com/playlist?list=PLlrATfBNZ98foTJPJ_Ev03o2oq3-GGOS2
0
If anyone is reading this, you might consider installing codeblocks, it has inbuilt OpenGL project template. It might be the easiest way to make it work