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
So I'm currently using odin + raylib, and having a lot of fun. But there are issues that the library is not updated very well.
I'm using the latest version of odin version dev-2024-12-nightly raylib 5.5 Ubuntu 24.04.1 LTS linux 6.8.0-49-generic
The first issue is the binary of linux is not updated, so I recompiled the library : odin/vendor/raylib/linux/libraylib.a I don't know about other operating systems or the .so file
And when I updated I got the example mesh_instancing to work, otherwise it's not working not matter what I did.
And second issue is the function declaration of raylib.rlgl.SetVertexAttribute() now should be updated to use c.int instead of rawptr in last parameter.
This what I noticed.
Best regards.
The text was updated successfully, but these errors were encountered:
Hello there,
I wanted to contribute this but I don't know how.
So I'm currently using odin + raylib, and having a lot of fun. But there are issues that the library is not updated very well.
I'm using the latest version of
odin version dev-2024-12-nightly
raylib 5.5 Ubuntu 24.04.1 LTS linux 6.8.0-49-generic
The first issue is the binary of
linux
is not updated, so I recompiled the library :odin/vendor/raylib/linux/libraylib.a
I don't know about other operating systems or the.so
fileAnd when I updated I got the example mesh_instancing to work, otherwise it's not working not matter what I did.
And second issue is the function declaration of
raylib.rlgl.SetVertexAttribute()
now should be updated to use c.int instead of rawptr in last parameter.This what I noticed.
Best regards.
The text was updated successfully, but these errors were encountered: