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
- Host: GitHub
- URL: https://github.com/curve/imgui-cmake
- Owner: Curve
- License: mit
- Created: 2021-10-28T16:02:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-16T14:54:15.000Z (over 2 years ago)
- Last Synced: 2025-03-02T00:35:58.702Z (over 1 year ago)
- Language: CMake
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).