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

Update to GLFW 3.4 #585

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

Update to GLFW 3.4 #585

wants to merge 13 commits into from

Conversation

dhyces
Copy link

@dhyces dhyces commented Jan 18, 2025

This depends on the glfw-sys PR. There are breaking changes present, requiring a minor bump.

Breaking changes:

  • Some of the StandardCursor variants are renamed
    • Hand -> PointingHand
    • HResize -> ResizeEW
    • VResize -> ResizeNS
  • OpenGlDebugContext window hint renamed to ContextDebug
    Aliases for respective GLFW fields are available in FFI.

Todo:

  • GLFW custom allocator feature. I'm not too happy with my current code regarding this and have not (as of writing this) pushed those changes here. General advice around writing this feature would be appreciated.

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.

1 participant