https://github.com/benmcavoy/imguiplayground
Playground/template for ImGui using CMake
https://github.com/benmcavoy/imguiplayground
cmake cpp20 imgui imgui-glfw playground template template-cpp template-rendering unlicense
Last synced: about 2 months ago
JSON representation
Playground/template for ImGui using CMake
- Host: GitHub
- URL: https://github.com/benmcavoy/imguiplayground
- Owner: BenMcAvoy
- Created: 2024-04-17T09:09:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T20:22:05.000Z (7 months ago)
- Last Synced: 2024-11-19T12:16:03.998Z (5 months ago)
- Topics: cmake, cpp20, imgui, imgui-glfw, playground, template, template-cpp, template-rendering, unlicense
- Language: C++
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imguiPlayground
This is a playground for [ImGui](https://github.com/ocornut/imgui), [GLFW](https://github.com/glfw/glfw) and [GLAD](https://github.com/Dav1dde/glad) with automated setup ready for you to start coding using [CMake](https://cmake.org/).## Download
```bash
git clone https://github.com/BenMcAvoy/imguiPlayground --recurse-submodules
cd imguiPlayground
cmake -B build; cmake --build build
```