openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

GLFW Redesign / Ideas

Open dimitre opened this issue 2 years ago • 1 comments

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.

  • https://github.com/openframeworks/openFrameworks/pull/7863

dimitre avatar Jan 18 '24 00:01 dimitre

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

dimitre avatar May 13 '24 17:05 dimitre