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

Move windowing to SDL3 #5570

Open
PJB3005 opened this issue Dec 22, 2024 · 0 comments
Open

Move windowing to SDL3 #5570

PJB3005 opened this issue Dec 22, 2024 · 0 comments
Assignees
Labels
Area: Platform Integration Difficulty: 3-Hard Extensive codebase knowledge required.

Comments

@PJB3005
Copy link
Member

PJB3005 commented Dec 22, 2024

Currently, windowing is using GLFW. This has various issues, so I'd like to move us to SDL.

We currently have a semi-functional SDL2 implementation in the code, but it's only half finished. We also don't ship SDL2 native binaries, so we can't move the game over to it.

Ideally we'd switch the game over to SDL3 while we're at it. The binary thing is kinda blocked behind #4997.

@PJB3005 PJB3005 added Difficulty: 3-Hard Extensive codebase knowledge required. Area: Platform Integration labels Dec 22, 2024
@PJB3005 PJB3005 self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Platform Integration Difficulty: 3-Hard Extensive codebase knowledge required.
Projects
None yet
Development

No branches or pull requests

1 participant