Skip to content

h-raylib version 5.1.1.0

Compare
Choose a tag to compare
@Anut-py Anut-py released this 22 Feb 16:29
· 58 commits to master since this release

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)