Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 680 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 680 Bytes

ray-d


Raylib v5.5-dev dynamic bindings for Dlang! New Dlang binding for the latest new version of Raylib. This binding also includes raygui.

Usage

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.

Build


You can simply run this dub command in your terminal/cmd:

dub build

Example

You can see the demo directory which demonstrates a basic application made with ray-d.