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

https://github.com/curve/imgui-cmake

A CMake-Port for imgui
https://github.com/curve/imgui-cmake

Last synced: 5 months ago
JSON representation

A CMake-Port for imgui

Awesome Lists containing this project

README

          

imgui-cmake



A CMake compatible version of imgui

---

## ⚙️ Configuration

https://github.com/Curve/imgui-cmake/blob/9001c0c77fae96b0b4f35c9277c8bbb3034eec26/CMakeLists.txt#L8-L11

https://github.com/Curve/imgui-cmake/blob/9001c0c77fae96b0b4f35c9277c8bbb3034eec26/CMakeLists.txt#L17-L19

Where the supported renderers & platforms are:

https://github.com/Curve/imgui-cmake/blob/9001c0c77fae96b0b4f35c9277c8bbb3034eec26/CMakeLists.txt#L25-L26

## 📓 Original Readme
The original project and readme can be found [here](https://github.com/ocornut/imgui#readme).