2.8 KiB
2.8 KiB
Ebiten (v2)
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.
Platforms
Note: Gamepads and keyboards are not available on iOS.
For installation on desktops, see the installation instruction.
Features
- 2D Graphics (Geometry and color transformation by matrices, Various composition modes, Offscreen rendering, Text rendering, Automatic batches, Automatic texture atlas, Custom shaders)
- Input (Mouse, Keyboard, Gamepads, Touches)
- Audio (Ogg/Vorbis, MP3, WAV, PCM)
Packages
Community
- Discord
#ebiten
channel in Gophers Slack- GitHub Discussion
r/ebiten
in Reddit
License
Ebiten is licensed under Apache license version 2.0. See LICENSE file.