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

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

Awesome Lists containing this project

README

          

# DerelictImgui [![Build Status](https://travis-ci.org/Extrawurst/DerelictImgui.svg)](https://travis-ci.org/Extrawurst/DerelictImgui) [![dub](https://img.shields.io/badge/dub-code.dlang.org-blue.svg)](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

![screenshot](https://raw.github.com/extrawurst/DerelictImgui/master/Screen%20Shot%202015-04-09.png)

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