Ebitengine - A dead simple 2D game engine for Go
Go to file
2021-05-10 03:22:19 +09:00
.builds
.github Update Go versions for tests 2021-05-07 03:34:56 +09:00
audio audio/internal/readerdriver: Change the returning type of UnplayedBufferSize int64 -> int 2021-05-10 03:22:19 +09:00
cmd/ebitenmobile internal/hooks: Enable to return error at suspend/resume audio 2021-05-04 23:09:01 +09:00
docs
ebitenutil
examples examples/resources/images: Add a license about alert.png 2021-05-04 18:17:17 +09:00
inpututil
internal internal/hooks: Enable to return error at suspend/resume audio 2021-05-04 23:09:01 +09:00
mobile internal/hooks: Enable to return error at suspend/resume audio 2021-05-04 23:09:01 +09:00
nintendoswitch
text text: Add explanation about cache limit 2021-04-27 02:36:33 +09:00
vector
.gitattributes audio/internal/readdriver: Implement a driver for Android with Oboe 2021-05-04 23:51:36 +09:00
.gitignore audio/internal/readdriver: Implement a driver for Android with Oboe 2021-05-04 23:51:36 +09:00
AUTHORS
CODE_OF_CONDUCT.md
colorm_test.go
colorm.go
CONTRIBUTING.md
cursor.go internal/uidriver/glfw: Native macOS implementation for setting cursor shape (#1624) 2021-05-02 14:50:50 +09:00
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 Update dependencies 2021-04-17 20:30:10 +09:00
go.sum Update dependencies 2021-04-17 20:30:10 +09:00
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
mousebuttons.go
README.md Remove the badge for Travis CI 2021-04-24 03:54:15 +09:00
run.go internal/uidriver/js: Implement {Set,}Fullscreen for browsers (#1623) 2021-04-27 23:58:32 +09:00
shader_test.go
shader.go
uicontext.go Revert "ebiten: Do not skip Draw when vsync is disabled" 2021-04-19 11:34:59 +09:00
uidriver_glfw.go
uidriver_js.go
uidriver_mobile.go
window.go Fix misspellings 2021-04-21 22:50:00 +09:00

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/Color matrix transformation, 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.