Skip to content

Releases: Anut-py/h-raylib

h-raylib version 5.1.3.0

13 Apr 23:22
Compare
Choose a tag to compare

13 April, 2024

  • Made some utility functions pure
  • Improved the performance of Raylib.Util.Math

h-raylib version 5.1.2.0

10 Apr 00:56
Compare
Choose a tag to compare

9 April, 2024

  • Internal changes for performance
  • Fixed a typo in filePathList'capacity (previously filePathlist'capacity)
  • Fixed marshalling bugs with FilePathList

h-raylib version 5.1.1.0

22 Feb 16:29
Compare
Choose a tag to compare

22 February, 2024

  • Split Raylib.Types into different modules (Raylib.Types reexports everything, so this will not break existing code)
  • Fixed flake.nix and default.nix
  • Exposed all the native functions
  • Added support for callbacks
  • Added more thorough Haddock documentation
  • Added pointer utility functions (p'*)

[#4]

  • Started working on web support

[#34]

  • Added bindings for raygui (Raylib.Util.GUI, Raylib.Util.GUI.Styles)

h-raylib version 5.1.0.1

17 Jan 22:46
Compare
Choose a tag to compare

16 January, 2024

  • Updated raylib to the master branch

[#26]

  • New platform-nixos build flag

[#27, #35]

  • Added flake.nix