Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrexodia/imgui_cmkr
- Owner: mrexodia
- Created: 2023-02-22T15:34:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T19:41:52.000Z (9 months ago)
- Last Synced: 2024-05-02T03:06:38.510Z (8 months ago)
- Topics: cmkr, imgui, imgui-wrapper
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```