Modern OpenGL C++ Tutorial : Glew

preview_player
Показать описание
This is a video on how to add OpenGL C++ Glew library to your C++ projects. I show how to add the lib with static linking and the include files.

Get the Glew C++ library from here:

In the next one I will add glsl vertex- and fragment shaders, load, compile and link them. After that we will draw with modern OpenGL into our window.

See my social profiles here

Рекомендации по теме
Комментарии
Автор

Thanks for doing these opengl tuts. I haven't been able to find many good tutorials elsewhere

twelve
Автор

Good work, i finally got i running thanks to this tutorial

tonexum
Автор

thank you so much for making this great video every other tutorial i have watched was way to fast and complicated

niktopel
Автор

Perhaps it's obvious but for a beginner like me: don't forget to include <iostream>

jeroenkoffeman
Автор

For everyone having an error with GLCHAR not defined, "#include" everything in the order he did.

First glew, then glfw.

focusrecords
Автор

How this is possible to use fprintf without <cstdio>? I've got the same result but i don't understand.

czesawemil