Ebitengine - A dead simple 2D game engine for Go
Go to file
2017-06-18 22:36:56 +09:00
_docs
audio audio/mp3: Add Decoder.SampleRate 2017-06-18 22:36:56 +09:00
docs
ebitenutil
examples
internal
mobile
testdata
.gitignore
.travis.yml
AUTHORS
colorm_test.go
colorm.go
doc.go
gamepad.go
generate.go
genkeys.go
geom_test.go
geom.go
graphics.go
graphicscontext_js.go
graphicscontext_notjs.go
graphicscontext.go
image_test.go
image.go
imageparts.go
input.go
keys.go
LICENSE
mousebuttons.go
readfile_js_test.go
readfile_test.go
README.md
run.go
version.txt
vertices.go

Ebiten (海老天)

Build Status GoDoc Go Report Card

A simple 2D game library in Go

Note: Gamepad is not available on Safari/Android/iOS. Keyboard is not available on Android/iOS.

Features

  • 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering)
  • Input (Mouse, Keyboard, Gamepads, Touches)
  • Audio (Ogg/Vorbis, WAV, PCM)

Web Site

https://hajimehoshi.github.io/ebiten/

Community

Slack

#ebiten channel in Gophers Slack

License

Ebiten is licensed under Apache license version 2.0. See LICENSE file.