Skip to content

o3o/draygui

Repository files navigation

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

See also bindbc-raylib