Popularity
9.5
Stable
Activity
9.8
Growing
9,696
138
596

Programming language: Go
License: Apache License 2.0
Tags: Game Development    
Latest version: v2.1.0-alpha.4

Ebiten alternatives and similar packages

Based on the "Game Development" category.
Alternatively, view Ebiten alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Ebiten or a related project?

Add another 'Game Development' Package

README

Ebitengine (v2)

Go Reference Build Status

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.

Overview

Platforms

Note: External (bluetooth) keyboards are not available on iOS yet.

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

License

Ebitengine is licensed under Apache license version 2.0. See [LICENSE](LICENSE) file.

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


*Note that all licence references and agreements mentioned in the Ebiten README section above are relevant to that project's source code only.