No description
  • C++ 87.3%
  • CMake 11.2%
  • Just 1.5%
Find a file
2026-05-07 18:05:16 +02:00
external chore: basic structure 2026-05-05 12:03:48 +02:00
src chore: Removed 'official' imgui example from src 2026-05-07 18:05:16 +02:00
.gitignore chore: basic structure 2026-05-05 12:03:48 +02:00
.gitmodules chore: basic structure 2026-05-05 12:03:48 +02:00
CMakeLists.txt Fully completed the template 2026-05-07 17:43:35 +02:00
imgui.ini Fully completed the template 2026-05-07 17:43:35 +02:00
JUSTFILE chore: basic structure 2026-05-05 12:03:48 +02:00
README.md docs: Provided more detailed instructions on how to clone the submodules 2026-05-07 18:04:40 +02:00

This is a template for DearImGui with SDL3Renderer in C++ with CMake.

To use it simply clone this repository with its submodules.

git clone https://git.haerbernd.dev/haerbernd/imgui-template.git
cd imgui-template
git submodule update --init