Ebitengine - A dead simple 2D game engine for Go
Go to file
2021-05-30 05:07:16 +09:00
.builds Update fedora image on sourcehut 2021-01-20 01:01:59 +09:00
.github Update Go versions for tests 2021-05-07 03:34:56 +09:00
audio android/internal/oboe: Update Oboe to 1.6.0 2021-05-30 05:07:16 +09:00
cmd/ebitenmobile internal/hooks: Enable to return error at suspend/resume audio 2021-05-04 23:09:01 +09:00
docs
ebitenutil Revert 2 commits using ColorM cache 2021-05-30 03:10:00 +09:00
examples examples/resources: Unify jab.wav to 48000 Hz 2021-05-25 22:32:50 +09:00
inpututil inpututil: Add PressedKeys 2021-04-07 01:50:39 +09:00
internal Revert 2 commits using ColorM cache 2021-05-30 03:10:00 +09:00
mobile internal/hooks: Enable to return error at suspend/resume audio 2021-05-04 23:09:01 +09:00
nintendoswitch Add package nintendoswitch 2021-03-21 21:01:26 +09:00
text Revert 2 commits using ColorM cache 2021-05-30 03:10:00 +09:00
vector Cache SubImage for the empty images 2021-01-25 01:31:18 +09:00
.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 Add Huw Griffiths to AUTHORS 2021-03-24 22:28:15 +09:00
CODE_OF_CONDUCT.md
colorm_test.go
colorm.go
CONTRIBUTING.md Fix typos, and use panic instead of log.Fatal in doc.go (#1446) 2020-12-21 21:14:17 +09:00
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 Fix typos, and use panic instead of log.Fatal in doc.go (#1446) 2020-12-21 21:14:17 +09:00
export_test.go
gamepad.go Revert "driver: Increase gamepad buttons to 64" 2020-12-29 02:49:58 +09:00
generate.go
genevents.go
genkeys.go ebiten: Change the key name convention to follow the Web standard 2021-04-14 22:49:07 +09:00
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 ebiten: Update comments 2020-11-21 01:20:22 +09:00
graphics.go
image_test.go
image.go ebiten: Update the comments of (*Image).SubImage 2021-05-13 21:23:17 +09:00
imagedumper_desktop.go Rename internal/shareable -> internal/atlas 2021-03-12 00:22:08 +09:00
imagedumper_notdesktop.go
imagetobytes_test.go
imagetobytes.go
init.go
input.go ebiten: Change the key name convention to follow the Web standard 2021-04-14 22:49:07 +09:00
keys.go ebiten: Change the key name convention to follow the Web standard 2021-04-14 22:49:07 +09:00
LICENSE
mousebuttons.go
README.md Update README 2021-05-27 10:47:31 +09:00
run.go ebiten: Fix a comment 2021-05-29 14:35:28 +09:00
shader_test.go internal/shader: Bug fix: Error on duplicated const/var names 2021-04-09 00:12:17 +09:00
shader.go ebiten: Add a new shader function imageDstRegionOnTexture 2020-12-09 11:36:29 +09:00
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 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.