davemoore22 / cmake-sdl2-opengl-imgui

A minimal CMake/SDL2/OpenGL/Imgui project in VSCode showing how to incorporate Imgui with the SDL2/OpenGL3 backend using CMake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Love this. Exactly what I needed.

MiiKaa3 opened this issue · comments

I've been struggling for two days trying to integrate imgui to my existing opengl/sdl project. This sample helped me a lot :)