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
Update raylib-cslo yourself, and submit a PR, I'd be happy to merge
you could even, more easily, do this by merging back the above mentioned Vinculum fork back
or you can look through the build system docs (I tried to document things fully) and get it working with raylib4.x, then upgrade to raylib5 manually.
The likely "gotchas" problems you'd face in upgrading to raylib5:
examples will likely be broken. which is fine and expected for a major upgrade
raylib5 increasingly presents itself as a "modular CPP library" and further distances itself from the various raylib-extras, which makes the raylib-cslo "everything included" approach harder
also related to raylib's greater "modular cpp library" approach, it is very painful to build the native lib for cross-platform support.
In light of the above, I would suggest a "raylib5-lite" branch which ignores all raylib-extras and just builds raylib-cslo using the vanilla raylib5 libs for all platforms. This bypasses the need for the native build entirely, at the expense that no extras are included.
If you or anyone else wishes to update cslo to raylib5 I'll do my best to offer support/advise.
Hello
I was wondering if there is any plan to update with the new version Raylib 5.0?
Thanks in advance.
The text was updated successfully, but these errors were encountered: