Skip to content

Releases: schveiguy/raylib-d

Update for 4.2.0

28 Aug 15:09
d98db49
Compare
Choose a tag to compare

Update the binding to raylib version 4.2.0. A lot happening in this version:

  • Raylib binding now update to reflect version 4.2.0 of the C library
  • Include new validateRaylibBinding functionality -- please utilize this to avoid memory corruption!
  • Moved all modules into a package to avoid namespace collisions
  • deprecate very outdated raygui binding
  • easings module now called raylib.reasings module to reflect the upstream change (raylib removed this module from the standard package, and put it as a header only include under "other")
  • removed dependency on fluent asserts (and all that it depended on)

Mouse button backwards compatibility

21 Feb 02:41
Compare
Choose a tag to compare

I realize I removed the backwards compatible enum constants from the MouseButton enum. This adds those back.

Update to raylib version 4.0.0

06 Dec 17:34
Compare
Choose a tag to compare

Rebuilt based on released version 4.0.0 of raylib.

Add extra release tag to mirror raylib's versioning

06 Dec 17:25
Compare
Choose a tag to compare

This is just a tag, it is exactly the same revision as v3.1.0, but has the same version as the required raylib version.

Update to raylib 3.7.0

20 Aug 20:56
Compare
Choose a tag to compare

With this release, we should now be binary compatible with raylib 3.7.0. This is NO LONGER binary compatible with 3.0.0, and so please make sure you update your raylib C library binaries! Special thanks to @Soaku for devising a process to automatically generate the binding portions from the raylib sources. See the generating.md file for more details.

Fix layout of Mesh struct

25 Apr 15:23
3b84eb0
Compare
Choose a tag to compare
Merge pull request #25 from Airbus5717/master

Update README.md