ebiten
Installation
SKILL.md
Ebitengine (Ebiten v2)
Go 2D game engine skill — covers the full Ebitengine API and ecosystem. Routes to sub-skills by domain.
Ebitengine is a dead simple 2D game library for Go. Cross-platform: desktop (Windows/macOS/Linux), mobile (iOS/Android), WebAssembly, and Nintendo Switch.
Import: github.com/hajimehoshi/ebiten/v2
When to Use This Skill
You are building a 2D game or interactive graphical application in Go using Ebitengine (Ebiten v2).