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
- Host: GitHub
- URL: https://github.com/casualbot/learninguicpp
- Owner: CasualBot
- License: mit
- Created: 2024-09-08T17:32:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T17:08:18.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T09:31:16.234Z (over 1 year ago)
- Topics: cmake, cpp, fundamentals, imgui, learning-by-doing, vcpkg
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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"