-
Notifications
You must be signed in to change notification settings - Fork 228
add raylib wrap #2016
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Open
Totto16
wants to merge
12
commits into
mesonbuild:master
Choose a base branch
from
Totto16:add_raylib
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add raylib wrap #2016
+762
−0
Conversation
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
acaa8d7
to
b07cd56
Compare
I did allow edit by maintainers, but since you are no maintainer of this repo, you can't push to the branch. I'll look into your PR into this branch- Thanks for helping out, It worked locally for me, but while trying to fix it for windows I added an error and then I didn't have enough time to fix it again. 😓 |
see also #3
fix windows examples compilation
factor out the example 'others/rlgl_standalone' into own call, since the special cases in the general loop are too much
fix the glfw detection for the examples, so that doesn't dup,icate work, but is also cirrect, especially for linux (x11 and wayland detection)
fix windows only compile flag in examples
fix macos compilation, by moving internal glfw flags to the correct place
correctly use the host_is_msys2 variable
# for free
to join this conversation on GitHub.
Already have an account?
# 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.
This is by no means feature complete, I just converted the Makefile + cmake build files to this.
Feel free to suggest changes :)
Linux compilation tested, (Windows and MacOS will be tested by CI) others (cross compile for example) not
NOTE
It was harder to make the examples compile (especially on windows), than the actual library. The examples have some errors, so the workarounds are explictely documented atm, by seperate commits, but in the end, everything will bes squashed.