glfw icon indicating copy to clipboard operation
glfw copied to clipboard

Go bindings for GLFW 3

Results 28 glfw issues
Sort by recently updated
recently updated
newest added

I am getting the following error while trying to run the simple demo code locally: ``` ld: unaligned pointer(s) for architecture arm64 clang-13: error: linker command failed with exit code...

## New warnings: This is now the warning message we get after https://github.com/go-gl/glfw/pull/399 has been merged to fix Fedora 40 now treating implicit declarations as an error due to their...

glfw-3.3
wayland

Hello good people, My controller is not properly recognized on Linux when using the go GLFW package, and programs using it output this error : ``` GLFW: An uncaught error...

https://www.glfw.org/docs/3.3/group__window.html#ga5a52fdfd46d8249c211f923675728082 Apparently `ContextNoError` is not defined

enhancement

Tested with the multimedia/webcamd port as "driver", and an Xbox One game pad. Assumes "Linux" for game pad definitions, which seems right as webcamd actually is wrapping the Linux drivers....

external

When using the go race detector (`-race` flag on build), the `glfw.Init()` function randomly hangs or crash. Considering the following sample program : ```go package main import ( "runtime" "github.com/go-gl/glfw/v3.3/glfw"...

https://github.com/fyne-io/fyne/issues/2373 details an error message. This could be fyne specific, but it seems unlikely. I Don't have access to their code, but it looks like vanilla fyne and go-gl/glfw 3.3...

GLFW itself supports UNIX-like systems in theory, but go-gl/glfw supports only Linux and FreeBSD. Just out of curiosity, I was wondering why there is such limitation.

enhancement

Trying to build an example project on Raspberry Pi OS, `go build -v` fails with the following: ``` github.com/go-gl/glfw/v3.2/glfw # github.com/go-gl/glfw/v3.2/glfw /usr/bin/ld: cannot find -lXxf86vm /usr/bin/ld: cannot find -lXi collect2:...

This is the `golang.org/go-gl/glfw/v3.3/glfw` tracking bug for upstream GLFW issue glfw/glfw#1649. It can be reproduced with the following Go program: ```Go package main import ( "log" "runtime" "github.com/go-gl/glfw/v3.3/glfw" ) func...

bug
external
glfw-3.3