You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for writing this library, it's great. I did run into one problem, some errors due to the matrix library being missing. I was able to solve this by copying your matrix library for SchemeGraphics and changing the function names to be mat-* instead of matrix-*, but I assume this file was supposed to be included by default?
Also, Raylib 4.5 changed how cameras work, so it's incompatible with these bindings. Raylib 4.2 works fine so that's what I've been using. Not a big deal but I thought I'd mention it in case you didn't know.
The text was updated successfully, but these errors were encountered:
Thanks for writing this library, it's great. I did run into one problem, some errors due to the matrix library being missing. I was able to solve this by copying your matrix library for SchemeGraphics and changing the function names to be mat-* instead of matrix-*, but I assume this file was supposed to be included by default?
Also, Raylib 4.5 changed how cameras work, so it's incompatible with these bindings. Raylib 4.2 works fine so that's what I've been using. Not a big deal but I thought I'd mention it in case you didn't know.
The text was updated successfully, but these errors were encountered: