Updating Raylib vapis to 6.0-dev and more!#6
Open
edwood-grant wants to merge 15 commits intolxmcf:mainfrom
Open
Updating Raylib vapis to 6.0-dev and more!#6edwood-grant wants to merge 15 commits intolxmcf:mainfrom
edwood-grant wants to merge 15 commits intolxmcf:mainfrom
Conversation
…eans a dependency on it, but that's fine I'd say.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here is a PR to updated the current Raylib vapis to version 6-dev. Also adding basic samples and adding more raylib libraries.
Here's the list of additions for these vapis:
raylib.vapiandrlgl.vapifiles to to version 6.0-devrini.vapito version 3.0raymath.vapiversion 6.0-dev and moved all math related stuff there. This does mean a requiredimport Raymath; to import stuff like Vectors, MArices and Quaternions. I find this ok with me, but let me know if we'd rather keep the basic types in raylib.vapi as well.physac.vapiversion 1.1raygui.vapiversion 5.0-devREADME.mdto reflect these changes.Note: This is for Raylib 6.0-dev, which is still in development... but I understand, and expect version 6.0 it to be released very soon, probable between March and April (as far as I understand, the milestone is in march and they are already checking if the samples work OK, so I assume its going to be very soon).
So this should be already up to date with the latest Raylib version once it releases. Maybe it'll need another pass once an official version launches.
Future work would be:
rpngandrres).Let me know if this looks good to update the whole Vapis!
Thanks,