Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
E

ebiten

> 编程语言
Open source

A dead simple 2D game engine for Go

13.4K stars0 likes0 views
WebsiteGitHub

About

A dead simple 2D game engine for Go

Ebitengine (v2)

A dead simple 2D game engine for Go

Ebitengine (formerly known as Ebiten) is an open source game engine for the Go programming language. Ebitengine's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms.

  • Website (ebitengine.org)
  • API Reference
  • Cheat Sheet
  • Awesome Ebitengine

Platforms

  • Windows
  • macOS
  • Linux
  • FreeBSD
  • Android (Cgo required)
  • iOS (Cgo required)
  • WebAssembly
  • Nintendo Switch (Cgo required)
  • Xbox (Cgo required) (Xbox support is limited and not available to everyone. Negotiations are currently underway to make it accessible to all.)

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

  • ebiten
    • audio
      • mp3
      • vorbis
      • wav
    • colorm
    • ebitenutil
    • inpututil
    • mobile
    • text/v2
    • vector
    • exp/shaderprecomp
    • exp/textinput
    • exp/vmhost

AI coding agents

If you use an AI coding agent to write or modify Ebitengine code or applications, point it at the skills directory, which holds skills for working with this repository.

Community

  • Discord
  • #ebitengine channel in Gophers Slack
  • GitHub Discussion
  • r/ebitengine in Reddit

License

Ebitengine is licensed under Apache license version 2.0. See LICENSE file.

The Ebitengine logo by Hajime Hoshi is licensed under the Creative Commons Attribution 4.0.

Ebitengine bundles third-party libraries. See NOTICE.md for their licenses.

GitHub Issues· 0 open

View all on GitHub

No open issues yet, or sync has not completed.

Highlights

  • •Website (ebitengine.org)
  • •API Reference
  • •Cheat Sheet
  • •Awesome Ebitengine
  • •Android (Cgo required)
  • •iOS (Cgo required)
  • •WebAssembly
  • •Nintendo Switch (Cgo required)
  • •Xbox (Cgo required) (Xbox support is limited and not available to everyone. Negotiations are currently underway to make it accessible to all.)
  • •Input (Mouse, Keyboard, Gamepads, Touches)

> Tags

Goebitenebitenginegamegame-2d

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言