Improving practical skills in OpenGL
Code::Blocks with MinGW
- GLFW
- GLEW
- GLM
Building libraries (except GLM, because GLM is header only library) through CMake.
- glew32
- glu32
- opengl32
- glfw3
- gdi32
Must be in that order!
- "sources\include",
- "sources\include\GLEW",
- "sources\include\GLFW"
Warning: relative path.
- "sources\lib",
- "sources\lib\GLEW",
- "sources\lib\GLFW"
Warning: relative path.
- GLEW_STATIC