{"id":53131,"library":"faiface-pixel","title":"Pixel Game Library","description":"Package pixel implements platform and backend agnostic core of the Pixel game development library.","status":"active","version":"0.10.0","language":"go","source_language":null,"source_url":"https://github.com/faiface/pixel","tags":["game","graphics","2d","gamedev","pixel"],"install":[{"cmd":"go get github.com/faiface/pixel","lang":"bash","label":"Install github.com/faiface/pixel"}],"dependencies":[],"imports":[{"symbol":"pixel","correct":"github.com/faiface/pixel"}],"quickstart":{"code":"package main\n\nimport \"github.com/faiface/pixel\"\n\nfunc main() {\n    cfg := pixelgl.WindowConfig{\n        Title:  \"Pixel Window\",\n        Bounds: pixel.R(0, 0, 800, 600),\n    }\n    win, _ := pixelgl.NewWindow(cfg)\n    for !win.Closed() {\n        win.Update()\n    }\n}","lang":"go","description":"Creates a window and runs the main loop."},"warnings":[],"env_vars":null,"search_vec":"'2d':20 'agnost':10 'backend':9 'core':11 'develop':16 'game':2,15,18 'gamedev':21 'graphic':19 'implement':6 'librari':3,17 'packag':4 'pixel':1,5,14,22 'platform':7","created_at":"2026-06-15T07:28:39.288119+00:00","updated_at":"2026-06-15T07:28:39.288119+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/faiface/pixel","github":"https://github.com/faiface/pixel","docs":"https://pkg.go.dev/github.com/faiface/pixel#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}