-
Notifications
You must be signed in to change notification settings - Fork 226
add raylib wrap #2016
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
base: master
Are you sure you want to change the base?
add raylib wrap #2016
Conversation
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
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.