Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrexodia/imgui_cmkr

Experimental imgui app framework for rapid prototyping.
https://github.com/mrexodia/imgui_cmkr

cmkr imgui imgui-wrapper

Last synced: 2 months ago
JSON representation

Experimental imgui app framework for rapid prototyping.

Awesome Lists containing this project

README

        

# imgui_cmkr

Simple template to use [Dear ImGui](https://github.com/ocornut/imgui) with GLFW.

## Building

```
git submodule update --init
cmake -B build
```