erm/vendor/github.com/hajimehoshi/ebiten/v2
Liam Galvin e60a0b0427 Initial commit 2021-07-30 23:29:20 +01:00
..
ebitenutil Initial commit 2021-07-30 23:29:20 +01:00
internal Initial commit 2021-07-30 23:29:20 +01:00
text Initial commit 2021-07-30 23:29:20 +01:00
.gitattributes Initial commit 2021-07-30 23:29:20 +01:00
.gitignore Initial commit 2021-07-30 23:29:20 +01:00
AUTHORS Initial commit 2021-07-30 23:29:20 +01:00
CODE_OF_CONDUCT.md Initial commit 2021-07-30 23:29:20 +01:00
CONTRIBUTING.md Initial commit 2021-07-30 23:29:20 +01:00
LICENSE Initial commit 2021-07-30 23:29:20 +01:00
README.md Initial commit 2021-07-30 23:29:20 +01:00
colorm.go Initial commit 2021-07-30 23:29:20 +01:00
cursor.go Initial commit 2021-07-30 23:29:20 +01:00
debug_ebitendebug.go Initial commit 2021-07-30 23:29:20 +01:00
debug_notebitendebug.go Initial commit 2021-07-30 23:29:20 +01:00
doc.go Initial commit 2021-07-30 23:29:20 +01:00
gamepad.go Initial commit 2021-07-30 23:29:20 +01:00
generate.go Initial commit 2021-07-30 23:29:20 +01:00
geom.go Initial commit 2021-07-30 23:29:20 +01:00
go.mod Initial commit 2021-07-30 23:29:20 +01:00
go.sum Initial commit 2021-07-30 23:29:20 +01:00
goversion.go Initial commit 2021-07-30 23:29:20 +01:00
graphics.go Initial commit 2021-07-30 23:29:20 +01:00
image.go Initial commit 2021-07-30 23:29:20 +01:00
imagedumper_desktop.go Initial commit 2021-07-30 23:29:20 +01:00
imagedumper_notdesktop.go Initial commit 2021-07-30 23:29:20 +01:00
imagetobytes.go Initial commit 2021-07-30 23:29:20 +01:00
init.go Initial commit 2021-07-30 23:29:20 +01:00
input.go Initial commit 2021-07-30 23:29:20 +01:00
keys.go Initial commit 2021-07-30 23:29:20 +01:00
mousebuttons.go Initial commit 2021-07-30 23:29:20 +01:00
run.go Initial commit 2021-07-30 23:29:20 +01:00
run_mobile.go Initial commit 2021-07-30 23:29:20 +01:00
shader.go Initial commit 2021-07-30 23:29:20 +01:00
uicontext.go Initial commit 2021-07-30 23:29:20 +01:00
uidriver_glfw.go Initial commit 2021-07-30 23:29:20 +01:00
uidriver_js.go Initial commit 2021-07-30 23:29:20 +01:00
uidriver_mobile.go Initial commit 2021-07-30 23:29:20 +01:00
window.go Initial commit 2021-07-30 23:29:20 +01:00

README.md

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.