Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 600 Bytes

File metadata and controls

25 lines (12 loc) · 600 Bytes

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