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

Improve SDL2 window resize situation #50

Merged
merged 7 commits into from
Sep 11, 2023
Merged

Conversation

tedsteen
Copy link
Owner

@tedsteen tedsteen commented Sep 10, 2023

See https://stackoverflow.com/a/40693139

Issue: libsdl-org/SDL#1059

EDIT: Decided to skip it all together and go back to winit + glutin. Much smoother framerates and no resize/move window quirks, and better API. The extra size is a small cast for the benefits.

@tedsteen tedsteen force-pushed the fix-sdl2-window-resize-bug branch from 0facbf4 to 13b0ccc Compare September 10, 2023 07:27
@tedsteen tedsteen changed the title Fix sdl2 window resize bug Improve SDL2 window resize situation Sep 10, 2023
@tedsteen tedsteen force-pushed the fix-sdl2-window-resize-bug branch from 4989660 to 69aeac2 Compare September 11, 2023 12:57
@tedsteen tedsteen merged commit 2207fc5 into master Sep 11, 2023
@tedsteen tedsteen deleted the fix-sdl2-window-resize-bug branch September 11, 2023 13:02
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