Skip to content

meemknight/GLFWCodeBlocksSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Plug And Play GLFW + GLAD + GLM + ImGui + Other OpenGL stuff Code::Blocks setup!


What is it?


I already configured a Code::Blocks project with everything that you need to start learning OpenGL! I even added GLM, Imgui with extensions, and stb_image for you!

image


How to use?

If you just want to learn OpenGL from the https://learnopengl.com/ you can just delete the content from main.cpp and start from scratch! BUT re-add #include <openglErrorReporting.h> and the enableReportGlErrors(); line after you enable opengl!!!!!!!! (it might not work on apple)

They are very important because they will enable OpenGL error reporting for you!!!!!!!!! And trust me you want that!

Other than that this is a normal code blocks project, enjoy!

Note that you might need to enable the 64 bit compiler -> settings -> compiler -> top dropdown select GNU GCC TDM-64 Compiler and press set as default compiler, or

If you want other templates that use CMake, or a Visual Studio Template, check out this video: https://www.youtube.com/watch?v=FrVABOhRyQg

About

Plug and play GLFW + GLAD + imgui already configured for you 😘 All already working in a Code::Blocks project so you can start learning opengl!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors