Ebitengine - A dead simple 2D game engine for Go
Go to file
2016-08-28 03:52:40 +09:00
_docs doc: Bug fix: Invalid arg for gopherjs 2016-08-28 03:52:00 +09:00
audio
docs doc: Remove .gitkeep 2016-08-28 03:52:40 +09:00
ebitenutil
examples Fix files for 'example' tag 2016-08-26 01:25:28 +09:00
exp
internal go generate 2016-08-27 00:50:26 +09:00
mobile
testdata
.gitignore doc: Move files in _docs/public to docs 2016-08-28 03:50:06 +09:00
.lgtm
.travis.yml Fix .travis.yml 2016-08-26 01:31:38 +09:00
affine.go
AUTHORS Add Martin to AUTHORS 2016-08-13 23:44:16 +09:00
colorm_test.go
colorm.go
doc.go
gamepad.go
generate.go
genkeys.go
geom_test.go
geom.go
graphics.go
graphicscontext.go
image_test.go image: Add ReplacePixels test 2016-08-23 00:13:44 +09:00
image.go
imageimpl.go graphics: Bug fix: Make an image stale when another stale image is drawn to this (#257) 2016-08-23 00:05:11 +09:00
imageparts.go
input.go
keys.go go generate 2016-08-27 00:50:26 +09:00
LICENSE
MAINTAINERS
mousebuttons.go
readfile_js_test.go
readfile_test.go
README.md doc: Fix README 2016-08-28 02:58:37 +09:00
run.go
version.txt

Ebiten (海老天)

Build Status GoDoc Go Report Card

A simple SNES-like 2D game library in Go

Features

  • 2D Graphics
  • Input (Mouse, Keyboard, and Gamepad)
  • Audio (Ogg/Vorbis, WAV, and PCM)

Documentation

http://hajimehoshi.github.io/ebiten/

License

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