https://github.com/colleagueriley/imgui_imp_rgfw.h
RGFW platform backend for Dear ImGUI
https://github.com/colleagueriley/imgui_imp_rgfw.h
Last synced: 5 months ago
JSON representation
RGFW platform backend for Dear ImGUI
- Host: GitHub
- URL: https://github.com/colleagueriley/imgui_imp_rgfw.h
- Owner: ColleagueRiley
- Created: 2024-07-26T22:34:55.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T19:56:35.000Z (9 months ago)
- Last Synced: 2024-07-28T23:47:30.365Z (9 months ago)
- Language: C++
- Size: 1.45 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imgui_imp_rgfw.h
RGFW platform backend for Dear ImGUI# example
The example uses RGFW with imgui and opengl2
To compile the example, run
`cd example`
then build with `make````sh
make debug
```This compiles RGFW, ImGUI and then main.cpp