GLFW.jl icon indicating copy to clipboard operation
GLFW.jl copied to clipboard

Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.

Results 29 GLFW.jl issues
Sort by recently updated
recently updated
newest added

[This thread](https://discourse.julialang.org/t/ci-fails-to-build-glmakie-dependency/80125) proposes running `- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev` In github actions. This is a...

Assuming the window user pointer can be used for callbacks goes beyond what an 'interface' should do, imo. GLFW.jl and CImGui.jl's GLFW backend can't be used together because of this...

To follow up on the Julia Discourse [discussion](https://discourse.julialang.org/t/makie-figure-resolution-makie-primary-resolution-deprecated/93854), it would be useful to have a cross-platform function added to GLFW.jl that would return the physical screen dimensions. Ideally, this information...

This is very incomplete because most symbols are missing docstrings, but it's a start.

Hello, the latest Release version v3.4.1 of this package, that is currently supplied by Julia's package manager, is more than 3 years old. There have been some important changes since...

Running into a segfault when precompiling GLMakie using X11 forwarding (headless server). ``` [32347] signal (11.1): Segmentation fault in expression starting at /hpc/home/xvries/.julia/packages/Makie/rEu75/precompile/shared-precompile.jl:4 _glfwGetMonitorPosX11 at /hpc/home/xvries/.julia/artifacts/3643539f491c217e13c1595daad81dd1426fba07/lib/libglfw.so (unknown line) GetMonitorPos at...

I first opened this issue in the [discourse](https://discourse.julialang.org/t/glfw-jl-glfw-window-segmentation-fault/132972). However it's been almost a week and people have looked but not responded so I suspect that this won't (probably?) be picked...

What good is a library that doesn't export anything? Please fix

When I run from foot terminal emulator with zsh: ``` $ julia julia> using GLMakie julia> plot(1:10, 11:20) ``` I get the expected new window with a plot. However, within...