-
Notifications
You must be signed in to change notification settings - Fork 701
Replace internal GLFW bindings with pyGLFW #2015
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
Conversation
|
@romanroibu can you add |
|
@pfaion Thanks for reminding me 👍🏻 I added your suggestion, and also updated the dependency documentation. The only thing I haven't touched is the bundle deployment scripts, but there seem to be useful functions to get the path(s) to the library files. @papr Please let me know if you want me to try to update these; I don't have a lot of experience with |
3c7a531 to
c721b31
Compare
|
Bundling works. Only issue: There was a case where the clipboard could not be accessed on Windows. Might be a race condition. |
|
|
|
@romanroibu is there not a better version to change |
|
@pfaion for most use-cases it's probably enough to change the I couldn't think of a better way to globally change the error reporting behaviour. |
This PR replaces the internal
glfw.pybindings with externalpyGLFW.Install the external bindings using
pip:ClickUp Task