-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can go-gl/glfw support other UNIX systems like NetBSD? #288
Comments
Doesn't glfw on linux just interface with x-11 or Wayland? So the limitation should be if the distro supports x or Wayland. (Looking at glfw itself it also supports OSMesa) ETA Looks like it should be as simple as adding netbsd to the build tags. |
I don't think there is any obstacle on compiling it on other BSDs. |
openbsd support in #336 netbsd support blocked on go-gl/glow#121 and godbus/dbus#275 |
I think this might have been accidentally closed. NetBSD support has not landed yet as far as I know. There might theoretically be more systems that could be added in the future (etc. DragonflyBSD, OpenIndiana) as well. |
Yes the PR just partially fixed this issue |
Looks like support for NetBSD here should be unblocked now. Yay! :) |
🎉 |
@ilylily Were you interested in getting NetBSD support added here? |
i am! i have a patch for x, but i got lost seeing if i could solve some issues building for netbsd's wayland stack, then of course work picked up and i forgot all about it. i'll send a pr with what i've got for further discussion |
I have opened go-gl/gl#146 to try and solve that regeneration of the |
Is there any more to do here? Flavours of Solaris (Illumos based mostly) and DragonflyBSD are the only ones missing support as far as I know and those are far from common in the world nowadays. |
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.
The text was updated successfully, but these errors were encountered: