An open API service indexing awesome lists of open source software.

https://github.com/casualbot/learninguicpp

Learning UI fundamentals using ImGui
https://github.com/casualbot/learninguicpp

cmake cpp fundamentals imgui learning-by-doing vcpkg

Last synced: over 1 year ago
JSON representation

Learning UI fundamentals using ImGui

Awesome Lists containing this project

README

          

# 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](https://github.com/ocornut/imgui) 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"