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

vendor/glfw: add native linux bindings #3575

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

JopStro
Copy link
Contributor

@JopStro JopStro commented May 11, 2024

Some basic bindings to glfw native linux platform functions, I used rawptr to represent the wayland handles since there isn't a vendor library for wayland currently (that I could see). I didn't add bindings for the xrandr specific functions as I personally didn't see a need to, but they could potentially be added in a similar way to the wayland specific functions if needed.

This pr also adds a static library for linux (built from the 3.4 release), since it was pretty straightforward to do so.

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

Successfully merging this pull request may close these issues.

None yet

1 participant