Skip to content

Learning UI fundamentals using ImGui

License

Notifications You must be signed in to change notification settings

CasualBot/LearningUICpp

Repository files navigation

Learing C++ UI with Dear ImGui

This repo is a base project using CMake and vcpkg to install imgui and generate a sln to work in.

See the Dear ImGui git repository for information on imgui.

Goal(s)

Learn UI principals and foundations using ImGui as the base

To Do

  • Create new Window class for creating new ImGui elements
  • Migrate ImGui demo code to use new window class
  • Create a to do "app"