Ebitengine - A dead simple 2D game engine for Go
Go to file
2017-12-06 21:40:24 +09:00
_docs docs: Add a link to the playground to example pages 2017-11-10 02:07:16 +09:00
audio audio: Fix comments 2017-12-02 16:26:20 +09:00
docs docs: Add a link to the playground to example pages 2017-11-10 02:07:16 +09:00
ebitenutil ebitenutil: Give up using linear filter for lines 2017-12-03 23:41:05 +09:00
examples Add examples/moire 2017-12-05 23:18:47 +09:00
internal graphics: Appropriate rendering of edges on linear filter 2017-12-06 21:40:24 +09:00
mobile doc: Improve comments 2017-10-08 03:14:33 +09:00
testdata
text doc: Improve comments 2017-10-08 03:14:33 +09:00
.gitignore
.travis.yml Suspend building with GopherJS on TravisCI temporarily (#422) 2017-08-28 23:14:47 +09:00
AUTHORS Add Floppy to AUTHORS 2017-10-29 00:00:30 +09:00
colorm_test.go graphics: Add ColorM.Apply (#432) 2017-10-14 23:58:09 +09:00
colorm.go graphics: Fix comments in ColorM.Apply 2017-10-15 00:00:44 +09:00
doc.go
gamepad.go doc: Improve comments 2017-10-01 03:15:50 +09:00
generate.go
genkeys.go ui: Rename functions from Safari to Edge 2017-11-10 00:35:46 +09:00
geom_test.go affine: Add GeoM.Apply (#432) 2017-09-16 17:19:45 +09:00
geom.go doc: Improve comments 2017-10-01 03:15:50 +09:00
graphics.go graphics: Appropriate rendering of edges on linear filter 2017-12-06 21:40:24 +09:00
graphicscontext.go input: Bug fix: runeBuffer should be reset on each frame 2017-11-10 01:21:15 +09:00
image_test.go graphics: Appropriate rendering of edges on linear filter 2017-12-06 21:40:24 +09:00
image.go graphics: Appropriate rendering of edges on linear filter 2017-12-06 21:40:24 +09:00
imageparts.go
input.go doc: Update comments about gamepad platforms 2017-10-27 11:07:05 +09:00
keys.go doc: Improve comments 2017-10-01 03:15:50 +09:00
LICENSE
mousebuttons.go doc: Improve comments 2017-10-01 03:15:50 +09:00
readfile_js_test.go
readfile_test.go
README.md doc: Update comments about gamepad platforms 2017-10-27 11:07:05 +09:00
run.go audio: Deprecate Update 2017-12-01 00:26:28 +09:00
version.txt doc: Update version to 1.6.0-alpha 2017-06-09 11:41:51 +09:00
vertices.go graphics: Limit source-rectangle range 2017-12-02 23:13:44 +09:00

Ebiten (海老天)

Build Status GoDoc Go Report Card

A simple 2D game library in Go

Note: Gamepad and keyboard are not available on Android/iOS.

Features

  • 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering)
  • Input (Mouse, Keyboard, Gamepads, Touches)
  • Audio (MP3, Ogg/Vorbis, WAV, PCM, Syncing with game progress)

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.