Skip to content
/ OpenGL-Template Public template

glfw + glew + opengl + imgui template repository

Notifications You must be signed in to change notification settings

curtisjhu/OpenGL-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for GLFW/IMGUI/OpenGL3

Example

For ImGui, using glfw + opengl3 as platform and backend. This may not work on all platforms such as Apple M1 so you'll need to change it, but its only a few lines of code.

mkdir build
cd build
cmake ..

Unix:

make

Windows. Compile CMakeLists.txt with Visual Studio 2022 Cmake and run the .exe file.

About

glfw + glew + opengl + imgui template repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages