JuliaGL / GLFW.jl

Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
http://www.glfw.org/
MIT License
138 stars 32 forks source link

Please replace deprecated Makie.primary_resolution() with GLFW.jl cross-platform function #224

Open Audrius-St opened 1 year ago

Audrius-St commented 1 year ago

To follow up on the Julia Discourse discussion, it would be useful to have a cross-platform function added to GLFW.jl that would return the physical screen dimensions. Ideally, this information could again be accessed at the Makie level.