Raylib
v5.5-dev dynamic bindings for Dlang!
New Dlang binding for the latest new version of Raylib. This
binding also includes raygui
.
Before using it, you must make sure you have Raylib installed on your system. Since raylib 5.5-dev does not have a release available, you must compile it from source code.
You can simply run this dub
command in your terminal/cmd:
dub build
You can see the demo directory which demonstrates a basic application made with ray-d.