Ebitengine - A dead simple 2D game engine for Go
Go to file
2015-01-10 01:05:54 +09:00
_docs Fix the release date 1.1.0-rc1 2015-01-10 01:04:08 +09:00
ebitenutil Implement IsMouseButtonPressed / CursorPosition in JS (#53) 2015-01-06 23:41:03 +09:00
example Improve example/paint 2015-01-09 02:33:26 +09:00
internal Add TODO comment 2015-01-10 01:02:26 +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 Change test import paths 2015-01-10 00:55:53 +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
generate.go Add genkey.go 2015-01-07 03:05:59 +09:00
genkeys.go Add 'auto-generated' notices (#66) 2015-01-07 23:21:52 +09:00
geom_test.go Change test import paths 2015-01-10 00:55:53 +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 Change test import paths 2015-01-10 00:55:53 +09:00
image.go Bug fix: image can't draw itself (#45) 2015-01-06 23:50:02 +09:00
keys.go Add 'auto-generated' notices (#66) 2015-01-07 23:21:52 +09:00
license.txt Happy New Year 2015 2015-01-01 00:04:06 +09:00
mousebuttons.go Remove MouseButtonMax 2015-01-07 03:08:33 +09:00
readme.md Support -> Supported 2015-01-08 04:24:27 +09:00
run.go Stop the game when the window is not active (#69) 2015-01-08 01:35:09 +09:00
version.txt Update version (1.2.0-alpha) 2015-01-10 01:05:54 +09:00

Ebiten (海老天)

Build Status

  • A simple SNES-like 2D game library in Go
  • Works on
    • Web browsers (powered by GopherJS)
      • Supported browsers: Chrome, Firefox, Safari on desktops
    • 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.