Ebitengine - A dead simple 2D game engine for Go
Go to file
2022-11-02 02:57:14 +09:00
.builds .builds: remove debian.yml 2022-09-14 01:16:08 +09:00
.github .github/workflows: do not update tags when editing an issue 2022-10-31 14:36:00 +09:00
audio
cmd/ebitenmobile all: use x/sys/execabs instead of os/exec 2022-11-01 23:36:57 +09:00
ebitenutil vector: rename functions 2022-10-22 20:29:31 +09:00
examples ebiten: undeprecate SetVsyncEnabled / IsVsyncEnabled 2022-10-29 01:16:08 +09:00
inpututil
internal all: use x/sys/execabs instead of os/exec 2022-11-01 23:36:57 +09:00
misc misc: update README 2022-05-26 00:05:31 +09:00
mobile update URLs in comments 2022-09-23 19:09:25 +09:00
text
vector ebiten: rename ColorSclaeFormat -> ColorScaleMode 2022-11-01 13:09:52 +09:00
.gitignore
blend.go ebiten: add blend factors 2022-10-18 00:21:13 +09:00
CODE_OF_CONDUCT.md
colorm_test.go Remove dot imports from tests - Remove dot imports (#1837) 2021-10-02 19:58:48 +09:00
colorm.go ebiten: add ColorM.ReadElements 2022-11-02 02:57:14 +09:00
colorscale.go ebiten: use premultiplied-alpha format for ColorScale 2022-10-02 14:41:50 +09:00
CONTRIBUTING.md
cursor.go
doc.go
export_test.go
gameforui.go internal/ui: optimize GPU usages when the screen doesn't have to be updated 2022-10-28 18:51:06 +09:00
gamepad.go
generate.go Bug fix: some generators did not work due to a lacked package 2020-03-23 01:36:21 +09:00
genevents.go
genkeys.go ebiten: rename ebitenKey -> ebitengineKey 2022-10-14 03:49:02 +09:00
geom_test.go
geom.go
go.mod update Oto 2022-10-31 13:52:45 +09:00
go.sum update Oto 2022-10-31 13:52:45 +09:00
graphics.go ebiten: bug fix: wrong renaming 2022-10-17 01:00:23 +09:00
image_test.go ebiten: rename ColorSclaeFormat -> ColorScaleMode 2022-11-01 13:09:52 +09:00
image.go ebiten: update comments about Set 2022-11-02 02:09:43 +09:00
imagedumper.go
imagetobytes_test.go
imagetobytes.go
input.go ebiten: typo 2022-09-28 03:24:36 +09:00
keys.go
LICENSE
mousebuttons.go
README.md
run_mobile.go
run.go ebiten: undeprecate SetVsyncEnabled / IsVsyncEnabled 2022-10-29 01:16:08 +09:00
shader_test.go
shader.go internal/builtinshader: move Filter and Address from internal/graphicsdriver 2022-10-02 23:24:15 +09:00
vibrate.go
window.go

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 file.

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