Ebitengine - A dead simple 2D game engine for Go
Go to file
2021-09-09 11:14:08 +09:00
.github .github/workflow: Skip PRs at sourcehutbuild.yml 2021-09-01 11:59:46 +09:00
audio audio/internal/reader: Move the driver part to Oto v2 2021-08-22 02:10:39 +09:00
cmd/ebitenmobile cmd/ebitenmobile: Update Gomobile version for Arm macOS 2021-09-06 12:20:20 +09:00
docs
ebitenutil ebitenutil: added NewImageFromReader(io.Reader) (#1735) 2021-07-29 02:34:35 +09:00
examples Minor style fixes (early returns) (#1792) 2021-09-04 00:22:37 +09:00
inpututil inpututil: Add APIs for the standard gamepad layout 2021-07-20 02:37:12 +09:00
internal internal/ui: Reduce calls of glfw.GetMonitors 2021-09-09 11:14:08 +09:00
mobile Fix build tags for Go 1.17 2021-08-17 12:27:19 +09:00
text text: Fix nil pointer dereference in drawGlyph (#1732) 2021-07-28 03:20:35 +09:00
vector vector: Add Dir 2021-07-17 16:42:14 +09:00
.gitattributes
.gitignore
AUTHORS Add divVerent to AUTHORS 2021-08-23 21:45:42 +09:00
CODE_OF_CONDUCT.md
colorm_test.go ebiten: Refactoring: Move a test 2021-08-18 01:13:40 +09:00
colorm.go interna/affine: Avoid UnsafeElements at At 2021-09-04 17:55:51 +09:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-06-26 00:47:46 +09:00
cursor.go ebiten: Remove unnecessary casts 2021-07-23 00:57:17 +09:00
debug_ebitendebug.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
debug_notebitendebug.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
doc.go
export_test.go
gamepad.go inpututil: Add APIs for the standard gamepad layout 2021-07-20 02:37:12 +09:00
generate.go
genevents.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
genkeys.go Unify 'deprecated' comment formats 2021-07-10 03:19:23 +09:00
geom_test.go
geom.go
go.mod cmd/ebitenmobile: Update Gomobile version for Arm macOS 2021-09-06 12:20:20 +09:00
go.sum cmd/ebitenmobile: Update Gomobile version for Arm macOS 2021-09-06 12:20:20 +09:00
goversion.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics.go
image_test.go ebiten: Add (*Image).RGBA64At (#1773) 2021-08-21 15:15:48 +09:00
image.go ebiten: Follow image.RGBA64Image's aim 2021-08-21 15:22:38 +09:00
imagedumper_desktop.go internal/atlas: Bug fix: Unexpected padding in screenshots 2021-07-29 16:09:29 +09:00
imagedumper_notdesktop.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
imagetobytes_test.go
imagetobytes.go
init.go
input.go ebiten: Update comments 2021-08-23 22:13:46 +09:00
keys.go Unify 'deprecated' comment formats 2021-07-10 03:19:23 +09:00
LICENSE
mousebuttons.go ebiten: Refactoring: Use aliases for GamepadButton and MouseButton 2021-07-19 00:57:35 +09:00
README.md Remove nintendoswitch package 2021-07-21 01:47:49 +09:00
run_mobile.go ebiten: Refactoring: Move RunWithoutMainLoop to another file 2021-07-04 04:23:41 +09:00
run.go ebiten: Update comments about CurrentFPS and CurrentTPS 2021-09-08 22:45:26 +09:00
shader_test.go internal/shaderir/glfw: Insert a dummy function to touch uniform array variables 2021-08-15 18:06:41 +09:00
shader.go
uicontext.go ebiten: Refactoring 2021-08-05 01:48:56 +09:00
uidriver_glfw.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
uidriver_js.go
uidriver_mobile.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
window.go Minor typo fixes (#1793) 2021-09-01 17:17:54 +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 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.