GLFW.jl
GLFW.jl copied to clipboard
Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
The `GammaRamp` structure is currently just a collection of uint pointers, which isn't terribly useful. The gamma ramp functions should probably take and emit arrays or tuples or something.
Thoughts: - Compat.jl does not support `@doc`, so this might have to wait until Julia 0.3 support is dropped. - It might be worth writing a tool to scape the...
I'm running Julia on a headless server, with X11 forwarding, using GLFW 3.4.1. When using either a Linux or Windows client, I get this error: ``` julia> window = GLFW.CreateWindow(640,...
I'm posting this here because the last call before crashing seems to be glfwPlatformCreateWindow. I'm using GLMakie, and when I call GLMakie.display(fig), it crashes with an uncaught NSInternalInconsistencyException exception. GLMakie...
Working on Julia on Windows. How to solve this problem? Using GLMakie v0.8.8 ``` ERROR: LoadError: ReadOnlyMemoryError() Stacktrace: [1] CreateWindow(width::Int64, height::Int64, title::String, monitor::GLFW.Monitor, share::GLFW.Window) @ GLFW [C:\Users\Vlad\.julia\packages\GLFW\BWxfF\src\](file:///C:/Users/Vlad/.julia/packages/GLFW/BWxfF/src/)glfw3.jl:499 [2] GLFW.Window(; name::String,...
Migrating from https://github.com/MakieOrg/Makie.jl/issues/3092 I frequently use GLMakie from within a remote tmux ssh session via x-forwarding. That generally works quite well; however, it does not survive re-attaching. Indeed, the issue...
Following fails: ```julia using GLFW; GLFW.Window() ``` my version: ``` Julia Version 1.8.5 Commit 17cfb8e65e (2023-01-08 06:45 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: 16 × Intel(R) Xeon(R) Silver 4215R...