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

GLFW Redesign / Ideas #7864

Open
dimitre opened this issue Jan 18, 2024 · 1 comment
Open

GLFW Redesign / Ideas #7864

dimitre opened this issue Jan 18, 2024 · 1 comment

Comments

@dimitre
Copy link
Member

dimitre commented Jan 18, 2024

I recently started working on improving some GLFW related code for a high performant software,
and found myself changing more than I initially thought.
The idea is removing a lot of code and readding only the minimum to work on macOS, multiple windows, etc. and then re add functionality to other platforms.
It changes a lot of internal functionality, so maybe it doesn't make to the core
but here is the ongoing PR if anybody want to read / test / suggest / comment.

@dimitre
Copy link
Member Author

dimitre commented May 13, 2024

I'm using this PR to work with projects that involves lots of screens. the nice thing is this have a new option for window settings. You can set which screens it will attend and it will make a rectangle to open fully with all screens listed

	settings.fullscreenDisplays = { 1, 2, 3, 4 };

it works great with horizontal, vertical and mixed screen arrangements
Screenshot 2024-05-13 at 14 11 59

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

1 participant