{"id":51695,"library":"go-gl-glfw","title":"Go GLFW","description":"Go bindings for GLFW, a multi-platform library for creating windows with OpenGL contexts.","status":"active","version":"0.0.0-20240118000515-a250818d05e3","language":"go","source_language":null,"source_url":"https://github.com/go-gl/glfw","tags":["glfw","opengl","graphics"],"install":[{"cmd":"go get github.com/go-gl/glfw","lang":"bash","label":"Install github.com/go-gl/glfw"}],"dependencies":[],"imports":[{"symbol":"glfw","correct":"github.com/go-gl/glfw/v3.3/glfw"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/go-gl/glfw/v3.3/glfw\"\n)\n\nfunc main() {\n\terr := glfw.Init()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer glfw.Terminate()\n}","lang":"go","description":"Initialize GLFW and create a window."},"warnings":[{"fix":"Install GLFW development libraries (e.g., apt install libglfw3-dev).","message":"Requires system GLFW libraries installed.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'bind':4 'context':17 'creat':13 'glfw':2,6,18 'go':1,3 'graphic':20 'librari':11 'multi':9 'multi-platform':8 'opengl':16,19 'platform':10 'window':14","created_at":"2026-06-15T06:26:31.076140+00:00","updated_at":"2026-06-15T06:26:31.076140+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/go-gl/glfw","github":"https://github.com/go-gl/glfw","docs":"https://pkg.go.dev/github.com/go-gl/glfw#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"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}}