Registry / utility / go-gl-glfw

go-gl-glfw

JSON →
library0.0.0-20240118000515-a250818d05e3gogounverified

Go bindings for GLFW, a multi-platform library for creating windows with OpenGL contexts.

go get github.com/go-gl/glfw
INSTALL
IMPORT
SIG · GO-GL-GLFW
G
go-gl-glfw
utilitygov0.0.0-20240118000515-a250818d05e3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

glfw
github.com/go-gl/glfw/v3.3/glfw

Initialize GLFW and create a window.

package main import ( "github.com/go-gl/glfw/v3.3/glfw" ) func main() { err := glfw.Init() if err != nil { panic(err) } defer glfw.Terminate() }
Debug
Known issues
gotchaRequires system GLFW libraries installed.
fix
Install GLFW development libraries (e.g., apt install libglfw3-dev).
affects: all
Upgrade
Version history
0.0.0-20240118000515-a250818d05e3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Perplexity
1
Resources
go-gl-glfw — go get go-gl-glfw · libregistry