Skip to content

Releases: schveiguy/raylib-d

Fix stray doc comment issue

29 Jan 15:42
Compare
Choose a tag to compare

According to #47 a missing parenthesis stops a project that depends on raylib-d from building docs. Weird.

No significant changes in this release, just a single character doc change.

Binding for version 5.0.0

21 Nov 04:02
Compare
Choose a tag to compare

Release binding for raylib version 5.0.0

Make 4.0.0 installable

21 Nov 03:58
Compare
Choose a tag to compare

This release for the 4.0.0 version of raylib includes the library binaries that can be used with the latest version of raylib-d:install. Make sure to dub fetch raylib-d or else the raylib-d:install tool may not be available.

Update install tool to automatically rewrite dub.json, add Win32 libs

02 Oct 01:23
Compare
Choose a tag to compare

Nothing has changed in the library portion of the binding. This is all installation tool updates.

  • The install tool can now edit your dub.json file directly to make sure all the linker directives are correct.
  • The lib.tgz tarball has win32 dll and lib files.

A note on the editing of dub.json. I don't have a pretty formatter in iopipejson, so this is going to really mess up the formatting of the file. In a future version, I plan to fix this. But for newbies, this is much easier than instructing on how to edit the dub.json file.

And no, it is not getting dub.sdl edit support.

Add rcamera and fix a raygui linker issue

10 Apr 17:07
30c97fa
Compare
Choose a tag to compare

This adds a binding for rcamera.h, which I didn't realize was not included in raylib.h

It's automatically imported by importing raylib, so you don't need to do anything to start using it, if you are already using raylib.

This also fixes a bug that someone discovered when using the raygui port on Windows, as raylib has added some of the raygui functions to its core library.

Update to 4.5.0

25 Mar 03:14
040b38f
Compare
Choose a tag to compare

This updates the binding to raylib 4.5.0, with included binary libraries for Linux, Macos, and Windows.

There have been significant updates to the installation script. It's more robust, and now tells you how to set up your dub.json to make linking a breeze!

The binding has been automatically generated with dstep, and tested briefly with a local project I have on Macos, and on Windows.

Please report any issues on the issues list!

A note: raygui has not yet been updated, but raygui is standalone, so it should still function as before.

Add Linux install support

18 Nov 21:08
Compare
Choose a tag to compare

Updated the README to show how to use rpath for linux.
Added raylib 4.2.0 binary library for Linux x86_64 for install script.

Ported raygui!

31 Oct 01:24
be80478
Compare
Choose a tag to compare

This version of the release contains the ported raygui header file to D!

I added rayguiexample which is a copy of the controls_test_suite example from raygui.

Please file any issues with missing pieces that I may not have properly copied.

Workaround dub issue with symlinks

23 Sep 02:00
Compare
Choose a tag to compare

This release adds the arm64 libraries for mac. It also fixes an issue with dub which did not properly download symlinks from github.

Update to fix build issues

17 Sep 05:19
Compare
Choose a tag to compare

This release fixes an issue with Windows builds.

It also includes a new install subproject which will automatically copy the right library to your project to avoid having to deal with proper downloads of the library. This is for Windows and Macos only at the moment. More systems will be added in the future.