tjammer / raylib-ocaml

OCaml bindings for raylib and raygui
https://tjammer.github.io/raylib-ocaml/
MIT License
173 stars 14 forks source link

Update bindings to raylib 4.0.0 and raygui 3.0 #20

Closed Willenbrink closed 2 years ago

Willenbrink commented 2 years ago

Hey! This PR updates the bindings for both raylib and raygui to their latest releases. To update the bindings I mainly deleted removed functions and renamed stuff. Nothing too interesting. I've also added some additional accessors for Color, Matrix, Shader and ShaderLoc.

tjammer commented 2 years ago

Nice, thanks! I'm a bit busy this weekend but will check the PR within the week