draygui

raygui porting for D


Keywords
library, binding, dlang, raygui, raylib
License
BSL-1.0
Install
dub fetch draygui --version 0.1.0

Documentation

draygui

D bindings for raygui, a simple and easy-to-use immediate-mode-gui library.

Based on work by Sepheus.

Examples

See examples directory. In order to compile:

$ cd examples
$ dub -ccts // compile controls_test_suite
$ dub -cportable // compile portable_window
$ dub -ctext // compile textbox_extended_demo