Ebitengine - A dead simple 2D game engine for Go
Go to file
2024-04-04 11:56:02 +09:00
.builds
.github
audio
cmd/ebitenmobile cmd/ebitenmobile, exp/textinput: typo 2024-03-27 15:40:37 +09:00
colorm
ebitenutil
examples examples/scroll: update comments 2024-03-31 22:39:51 +09:00
exp/textinput exp/textinput: typo 2024-04-02 03:09:54 +09:00
inpututil
internal Revert "internal/graphicsdriver/directx: add 'tearing' for EBITENGINE_DIRECTX" 2024-03-30 20:08:06 +09:00
misc
mobile
text text/v2: update go-text and remove unnecessary string conversions 2024-04-03 03:41:57 +09:00
vector
.gitignore
blend.go
CODE_OF_CONDUCT.md
colorm.go
colorscale.go
compositemode.go
CONTRIBUTING.md
cursor.go
doc.go Revert "internal/graphicsdriver/directx: add 'tearing' for EBITENGINE_DIRECTX" 2024-03-30 20:08:06 +09:00
export_test.go
gameforui.go
gamepad.go
generate.go
genkeys.go ebiten: rename BuildTag -> BuildConstraints 2024-03-27 14:50:09 +09:00
geom_test.go
geom.go
go.mod all: update Oto 2024-04-04 11:56:02 +09:00
go.sum all: update Oto 2024-04-04 11:56:02 +09:00
graphics.go
image_test.go
image.go
imagedumper.go
imagetobytes_test.go
imagetobytes.go
input.go
keys.go
LICENSE
monitor.go ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen() 2024-03-23 23:32:43 +09:00
mousebuttons.go
README.md all: update README for new packages 2024-03-29 13:37:08 +09:00
run_mobile.go
run.go ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen() 2024-03-23 23:32:43 +09:00
shader_test.go
shader.go
vibrate.go
window.go ebiten: add (*Monitor).Size() to replace ScreenSizeInFullscreen() 2024-03-23 23:32:43 +09:00

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

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.