A dead simple 2D game library for Go
Ebiten is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.
Note: Gamepad and keyboard are not available on Android/iOS.
For installation on desktops, see the installation instruction.
- 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)
- Input (Mouse, Keyboard, Gamepads, Touches)
- Audio (Ogg/Vorbis, MP3, WAV, PCM)
#ebiten
channel in Gophers Slack
Ebiten is licensed under Apache license version 2.0. See LICENSE file.