{"id":69990,"library":"g3n-engine","title":"G3N Engine","description":"A Go 3D game engine with support for rendering, physics, and audio.","status":"active","version":"0.2.0","language":"go","source_language":null,"source_url":"https://github.com/g3n/engine","tags":["3d","game-engine","graphics","rendering","golang"],"install":[{"cmd":"go get github.com/g3n/engine","lang":"bash","label":"Install github.com/g3n/engine"}],"dependencies":[],"imports":[{"symbol":"engine","correct":"github.com/g3n/engine"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/g3n/engine/app\"\n\t\"github.com/g3n/engine/camera\"\n\t\"github.com/g3n/engine/core\"\n\t\"github.com/g3n/engine/geometry\"\n\t\"github.com/g3n/engine/gls\"\n\t\"github.com/g3n/engine/graphic\"\n\t\"github.com/g3n/engine/material\"\n\t\"github.com/g3n/engine/math32\"\n\t\"github.com/g3n/engine/renderer\"\n\t\"github.com/g3n/engine/window\"\n)\n\nfunc main() {\n\t// Create application and scene\n\ta := app.App()\n\tscene := core.NewNode()\n\n\t// Create camera\n\tcam := camera.New(1)\n\tcam.SetPosition(0, 0, 3)\n\tscene.Add(cam)\n\n\t// Create a box\n\tgeom := geometry.NewBox(1, 1, 1)\n\tmat := material.NewStandard(math32.NewColor(\"red\"))\n\tmesh := graphic.NewMesh(geom, mat)\n\tscene.Add(mesh)\n\n\t// Run\n\ta.Run(func(renderer *renderer.Renderer, deltaTime time.Duration) {\n\t\trenderer.Render(scene, cam)\n\t})\n}","lang":"go","description":"Create a simple 3D scene with a red box."},"warnings":[],"env_vars":null,"search_vec":"'3d':5,15 'audio':14 'engin':2,7,18 'g3n':1 'game':6,17 'game-engin':16 'go':4 'golang':21 'graphic':19 'physic':12 'render':11,20 'support':9","created_at":"2026-06-17T18:08:18.442739+00:00","updated_at":"2026-06-17T18:08:18.442739+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/g3n/engine","github":"https://github.com/g3n/engine","docs":"https://pkg.go.dev/github.com/g3n/engine#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-17","next_check":"2026-12-14","install_tag":null}}