Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benmcavoy/imguiplayground
Playground/template for ImGui
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
- Host: GitHub
- URL: https://github.com/benmcavoy/imguiplayground
- Owner: BenMcAvoy
- License: unlicense
- Created: 2024-04-17T09:09:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T11:30:26.000Z (8 months ago)
- Last Synced: 2024-05-04T05:00:59.032Z (8 months ago)
- Topics: cmake, cpp20, imgui, imgui-glfw, playground, template, template-cpp, template-rendering, unlicense
- Language: C++
- Homepage:
- Size: 28.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
```