Registry / other / faiface-pixel

faiface-pixel

JSON →
library0.10.0gogounverified

Package pixel implements platform and backend agnostic core of the Pixel game development library.

go get github.com/faiface/pixel
INSTALL
IMPORT
SIG · FAIFACE-PIXEL
F
faiface-pixel
othergov0.10.0
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.

pixel
github.com/faiface/pixel

Creates a window and runs the main loop.

package main import "github.com/faiface/pixel" func main() { cfg := pixelgl.WindowConfig{ Title: "Pixel Window", Bounds: pixel.R(0, 0, 800, 600), } win, _ := pixelgl.NewWindow(cfg) for !win.Closed() { win.Update() } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
faiface-pixel — go get faiface-pixel · libregistry