Ebitengine - A dead simple 2D game engine for Go
Go to file
2021-08-18 02:03:12 +09:00
.builds
.github
audio
cmd/ebitenmobile
docs docs: Remove unused contents 2019-03-22 03:23:48 +09:00
ebitenutil ebitenutil: added NewImageFromReader(io.Reader) (#1735) 2021-07-29 02:34:35 +09:00
examples examples/sprites: Make the window resizable 2021-08-08 15:31:49 +09:00
inpututil
internal
mobile
text
vector
.gitattributes
.gitignore
AUTHORS Add Johnny to AUTHORS 2021-07-29 02:35:20 +09:00
CODE_OF_CONDUCT.md
colorm_test.go
colorm.go
CONTRIBUTING.md
cursor.go
debug_ebitendebug.go
debug_notebitendebug.go
doc.go
export_test.go
gamepad.go
generate.go
genevents.go
genkeys.go
geom_test.go
geom.go
go.mod
go.sum
goversion.go
graphics.go
image_test.go
image.go
imagedumper_desktop.go
imagedumper_notdesktop.go
imagetobytes_test.go
imagetobytes.go
init.go
input.go
keys.go
LICENSE Adjust LICENSE file 2017-01-30 18:57:49 +09:00
mousebuttons.go
README.md
run_mobile.go
run.go
shader_test.go
shader.go
uicontext.go
uidriver_glfw.go
uidriver_js.go
uidriver_mobile.go
window.go

Ebiten (v2)

Go Reference Build Status Go Report Card

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.

Overview

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

License

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