Ebitengine - A dead simple 2D game engine for Go
Go to file
2015-01-06 11:48:47 +09:00
_docs Update CSS 2015-01-06 11:48:47 +09:00
ebitenutil Use ImageParts 2015-01-05 10:08:00 +09:00
example Update docs to use GopherJS (#54) 2015-01-06 00:44:39 +09:00
internal Update docs to use GopherJS (#54) 2015-01-06 00:44:39 +09:00
testdata Add test for NewImageFromImage 2014-12-23 01:51:16 +09:00
.gitignore Add ui.Run 2014-12-07 01:09:59 +09:00
.travis.yml Update .travis.yml for GopherJS; Update docs 2015-01-06 11:20:50 +09:00
affine.go Make the elements of matrices optional 2014-12-26 11:22:36 +09:00
colorm_test.go Rename files 2014-12-27 17:15:16 +09:00
colorm.go Refactoring: matrix initialization 2015-01-03 22:54:01 +09:00
doc.go Add favicon.png 2014-12-28 16:54:13 +09:00
gamecontext.go Hide structs in internal/ui 2015-01-02 03:25:31 +09:00
geom_test.go Rename files 2014-12-27 17:15:16 +09:00
geom.go Use new style methods of matrices 2015-01-05 10:30:33 +09:00
graphics.go Add opengl.Context.NewBuffer 2014-12-31 17:45:23 +09:00
graphicscontext.go Use new style methods of matrices 2015-01-05 10:30:33 +09:00
image_test.go Fix image_test.go to check if something is rendered 2014-12-25 18:42:55 +09:00
image.go Update comment 2015-01-05 23:55:40 +09:00
keys.go Add internal/ui module 2015-01-02 02:13:27 +09:00
license.txt Happy New Year 2015 2015-01-01 00:04:06 +09:00
readme.md Simplify readme 2015-01-06 10:31:00 +09:00
run.go Remove ui.ActualScale() 2015-01-02 03:28:43 +09:00
version.txt Update version (1.1.0-alpha) 2014-12-29 23:54:22 +09:00

Ebiten (海老天)

Build Status

  • A simple SNES-like 2D game library in Go
  • Works on
    • Web browsers (powered by GopherJS)
    • Mac OS X
    • Linux (maybe)
    • Windows (possibly)
  • API Docs

Features

  • 2D Graphics
  • Input (Mouse, Keyboard)

Documentation

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

License

Ebiten is licensed under Apache license version 2.0. See license.txt.