A minimal but complete starting point for new ImGui applications. imgui-starter/ ├── CMakeLists.txt # Build config with CPM dependency management ├── Makefile # Build automation (make dev, make wasm, ...
Inspired by Jan Schaffranek the Instructor of Interactive GUI with C++ and ImGui: Hands-On Projects course on udemy. Here goes the link to Prof. Jan Schaffranek repo ...