Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```