https://github.com/extrawurst/derelictimgui
Dynamic bindings to the cimgui library (a c-api for IMGUI) for the D programming language
https://github.com/extrawurst/derelictimgui
Last synced: 6 months ago
JSON representation
Dynamic bindings to the cimgui library (a c-api for IMGUI) for the D programming language
- Host: GitHub
- URL: https://github.com/extrawurst/derelictimgui
- Owner: extrawurst
- License: mit
- Created: 2015-04-08T22:18:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T08:00:34.000Z (about 5 years ago)
- Last Synced: 2025-01-25T21:12:54.475Z (over 1 year ago)
- Language: D
- Homepage:
- Size: 520 KB
- Stars: 54
- Watchers: 5
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DerelictImgui [](https://travis-ci.org/Extrawurst/DerelictImgui) [](http://code.dlang.org/packages/derelict-imgui)
Dynamic bindings to the [cimgui](https://github.com/Extrawurst/cimgui) library (a c-api for [IMGUI](https://github.com/ocornut/imgui)) for the D programming language

Notes:
* (c)imgui version 1.53.1
* See imgui_d_test for a usage example using D: https://github.com/Extrawurst/imgui_d_test
* See official examples in imgui project for reference: https://github.com/ocornut/imgui/tree/master/examples