How to use OpenGL in C++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

7th May 2020, 9:11 PM
Alexander
Alexander - avatar
2 Answers
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
8th May 2020, 11:21 AM
Ahnaf
Ahnaf - avatar
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
22nd Jun 2023, 9:50 AM
Мп Ри
Мп Ри - avatar