Ebitengine - A dead simple 2D game engine for Go
Go to file
2021-08-18 02:37:15 +09:00
.builds audio/internal/readerdriver: Use ALSA instead of PulseAudio 2021-08-18 02:03:12 +09:00
.github audio/internal/readerdriver: Use ALSA instead of PulseAudio 2021-08-18 02:03:12 +09:00
audio audio/internal/readerdriver: Clean the build tags up 2021-08-18 02:37:15 +09:00
cmd/ebitenmobile ebiten: Add FPSModeType, FPSMode, SetFPSMode, and ScheduleFrame 2021-07-24 16:09:13 +09:00
docs docs: Remove unused contents 2019-03-22 03:23:48 +09:00
ebitenutil ebitenutil: added NewImageFromReader(io.Reader) (#1735) 2021-07-29 02:34:35 +09:00
examples
inpututil inpututil: Add APIs for the standard gamepad layout 2021-07-20 02:37:12 +09:00
internal
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
CODE_OF_CONDUCT.md Add CODE_OF_CONDUCT.md 2020-01-08 11:30:57 +09:00
colorm_test.go
colorm.go ebiten: Refactoring: Skip Concat when the argument is an identity 2021-08-18 01:39:19 +09:00
CONTRIBUTING.md
cursor.go
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 ebiten: Bug fix: Wrong uniform type was used 2020-09-17 20:52:32 +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 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 Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
geom.go ebiten: Remove the deprecated functions and constants 2020-10-04 04:47:24 +09:00
go.mod
go.sum
goversion.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics.go ebiten: Remove FilterDefault 2020-10-05 01:48:47 +09:00
image_test.go ebiten: Refactoring: Move a test 2021-08-18 01:13:40 +09:00
image.go
imagedumper_desktop.go
imagedumper_notdesktop.go
imagetobytes_test.go
imagetobytes.go ebiten: Remove copying pixels from ReplacePixels and copyImage (renamed to imageToBytes) 2020-07-03 03:01:48 +09:00
init.go glfw: Use os.UserConfigDir for GLFW DLL instead of temporary directories 2020-11-01 17:51:44 +09:00
input.go ebiten: Update comments 2021-07-20 02:53:13 +09:00
keys.go
LICENSE Adjust LICENSE file 2017-01-30 18:57:49 +09:00
mousebuttons.go
README.md Remove nintendoswitch package 2021-07-21 01:47:49 +09:00
run_mobile.go
run.go ebiten: Add FPSModeType, FPSMode, SetFPSMode, and ScheduleFrame 2021-07-24 16:09:13 +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
uidriver_glfw.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
uidriver_js.go Clean up the 'js' build tags 2020-10-07 01:33:10 +09:00
uidriver_mobile.go
window.go ebiten: Refactoring 2021-08-05 01:48:56 +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.