Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[naylib-contributors] Updating the raylib source files. #69

Open
planetis-m opened this issue Mar 16, 2023 · 2 comments
Open

[naylib-contributors] Updating the raylib source files. #69

planetis-m opened this issue Mar 16, 2023 · 2 comments

Comments

@planetis-m
Copy link
Owner

planetis-m commented Mar 16, 2023

Rectangle -> rlRectangle
CloseWindow -> rlCloseWindow
ShowCursor -> rlShowCursor
LoadImage -> rlLoadImage
DrawText -> rlDrawText
DrawTextEx -> rlDrawTextEx

@planetis-m

This comment was marked as outdated.

@planetis-m
Copy link
Owner Author

planetis-m commented May 5, 2023

How to update broken patch:

nim update update_bindings.nims
nim wrap update_bindings.nims
git commit -am "update upstream"
git apply --reject mangle_names.patch
:: search for *.rej files and fix the error(s) manually
git commit -am "mangle names"
git format-patch -1 --stdout > mangle_names.patch
git commit -am "update mangle_names.patch"
git reset --soft HEAD~3
git commit -m "Update upstream"

@planetis-m planetis-m changed the title Updating the windows branch Updating the raylib source files. Jun 1, 2024
@planetis-m planetis-m pinned this issue Jun 1, 2024
@planetis-m planetis-m changed the title Updating the raylib source files. [naylib-contributors] Updating the raylib source files. Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant