Skip to content

Releases: L-Briand/raylib-zig-bindings

raylib-zig-bindings 1.0.0

27 Jul 09:11
Compare
Choose a tag to compare

Moved from zig 0.12.0 to 0.13.0

Full Changelog: 1.0.0...1.1.0

raylib-zig-bindings 1.0.0

01 Jun 20:55
Compare
Choose a tag to compare

Breaking change from version 0.0.2:

  • All enum functions toValue and fromValue have been replaced with toCInt and fromCInt.

It is now possible to combine all bindings into one global struct:

const rl = struct {
    const rlzb = @import("rlzb");
    usingnamespace rlzb.raylib;
    usingnamespace rlzb.rlgl;
    usingnamespace rlzb.rcamera;
    usingnamespace rlzb.raygui;
};

Full Changelog: 0.0.2...1.0.0

raylib-zig-bindings 0.0.2

24 May 15:35
Compare
Choose a tag to compare

Bugfix for macos and windows.

  • Raylib version 5.0
  • Raygui version 4.0
  • Zig version0.12.0

Full Changelog: 0.0.1...0.0.2

raylib-zig-bindings 0.0.1

24 May 12:02
Compare
Choose a tag to compare
  • Raylib version 5.0
  • Raygui version 4.0
  • Zig version0.12.0