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

macOS Mojave resize issue #76

Closed
FellippeHeitor opened this issue Nov 14, 2018 · 5 comments
Closed

macOS Mojave resize issue #76

FellippeHeitor opened this issue Nov 14, 2018 · 5 comments

Comments

@FellippeHeitor
Copy link
Collaborator

QB64 and compiled programs are being incorrectly resized in Mojave (beta 2 of 10.14.2 since there is a serious vsync issue with 10.14.0 and 10.14.1 that prevented us from rendering properly) as can be seen on:

https://youtu.be/UEEYaDGZfzE

@gh0st42
Copy link

gh0st42 commented Feb 27, 2019

Any progress on this issue? Working in the QB64 IDE mostly works as long as you keep the window size or work in fullscreen mode but SCREEN 13 looks really odd, covering only the lower left of the window and resizing makes everything just worse.

@FellippeHeitor
Copy link
Collaborator Author

Nothing found yet.

@FellippeHeitor
Copy link
Collaborator Author

It has to do with glViewport() as it's used in internal/c/libqb/gui.cpp and also with the new implementation of free glut in macOS; we have reasons to believe it has to do with high dpi displays (retina displays) and having the texture doubling up in size.

@FellippeHeitor
Copy link
Collaborator Author

Help.

@FellippeHeitor
Copy link
Collaborator Author

YAY! YAY! Apple fixed the freeglut issue with macOS Mojave 10.14.4!!!

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

No branches or pull requests

2 participants