Registry / other / goxjs-glfw

goxjs-glfw

JSON →
library0.0.0-20230704040236-622eb27e272agogounverified

Package glfw experimentally provides a GLFW-like API with desktop and browser backends for creating GL contexts and handling events.

go get github.com/goxjs/glfw
INSTALL
IMPORT
SIG · GOXJS-GLFW
G
goxjs-glfw
othergov0.0.0-20230704040236-622eb27e272a
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/goxjs/glfw

Initializes the GLFW library.

package main import ( "github.com/goxjs/glfw" "log" ) func main() { err := glfw.Init(glfw.NoError) if err != nil { log.Fatal(err) } defer glfw.Terminate() }
Debug
Known issues
breakingThis package is experimental and the API may change.
fix
Pin to a specific version and monitor for updates.
affects: all
Upgrade
Version history
0.0.0-20230704040236-622eb27e272alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
goxjs-glfw — go get goxjs-glfw · libregistry