Skip to content

Starter Project for DearImGUI with GLFW as window handler

Notifications You must be signed in to change notification settings

Cryoscopic-E/GLFW-DearImGUI-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLFW DearImGui Template

Starter project for OpenGL with DearImGui using cmake.

Tested under Linux and vscode with C/C++ and Cmake extensions

The template offer a starter example of a basic color picker to change the clear color of the window, as in Figure below.

Starter Example

  • git clone https://github.com/Cryoscopic-E/GLFW-DearImGUI-Template.git <yourfolder>

  • Change your project name in the CMakeLists.txt in the root folder.

  • To build the project:

    cd <yourfolder>

    mkdir build

    cmake ..

    make

About

Starter Project for DearImGUI with GLFW as window handler

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published