Ebitengine - A dead simple 2D game engine for Go
Go to file
2017-05-28 00:49:44 +09:00
_docs doc: Fix macOS link 2017-05-15 00:07:13 +09:00
audio sync: Add sync package 2017-05-27 02:37:01 +09:00
docs doc: Update examples (#354) 2017-05-16 10:38:34 +09:00
ebitenutil Add FreeBSD support (#352) 2017-05-11 19:09:13 +09:00
examples affine: Add Reset function 2017-05-28 00:49:44 +09:00
internal affine: Add Reset function 2017-05-28 00:49:44 +09:00
mobile Add FreeBSD support (#352) 2017-05-11 19:09:13 +09:00
testdata
.gitignore
.travis.yml
AUTHORS
colorm_test.go graphics: Fix tests 2017-05-27 17:25:47 +09:00
colorm.go affine: Add Reset function 2017-05-28 00:49:44 +09:00
doc.go
gamepad.go
generate.go
genkeys.go Add FreeBSD support (#352) 2017-05-11 19:09:13 +09:00
geom_test.go affine: Add ConcatSelf tests 2017-05-25 22:14:54 +09:00
geom.go affine: Add Reset function 2017-05-28 00:49:44 +09:00
graphics.go doc: Fix comments 2017-05-03 01:08:27 +09:00
graphicscontext_js.go graphics: Don't call IsTexture on browsers 2017-05-28 00:49:01 +09:00
graphicscontext_notjs.go graphics: Don't call IsTexture on browsers 2017-05-28 00:49:01 +09:00
graphicscontext.go graphics: Don't call IsTexture on browsers 2017-05-28 00:49:01 +09:00
image_test.go graphics: Add BenchmarkDrawImage 2017-05-27 22:28:14 +09:00
image.go graphics: Add DrawImageOptions.SourceRect 2017-05-28 00:49:44 +09:00
imageparts.go graphics: Add DrawImageOptions.SourceRect 2017-05-28 00:49:44 +09:00
input.go
keys.go
LICENSE
mousebuttons.go
readfile_js_test.go
readfile_test.go
README.md doc: Fix README 2017-05-11 19:10:14 +09:00
run.go
version.txt
vertices.go graphics: Add vertices backend 2017-05-28 00:49:44 +09:00

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/

License

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