Ebitengine - A dead simple 2D game engine for Go
Go to file
2016-02-07 16:03:41 +09:00
_docs doc: Update license year in a new file 2016-02-07 06:09:19 +09:00
ebitenutil Update for the latest GopherJS (use *js.Object instead of js.Object) 2015-03-01 01:26:16 +09:00
example image: Deprecate RotateHue 2016-02-06 23:56:02 +09:00
exp audio: Move files from exp/audio/inner to internal/audio 2016-02-07 16:03:41 +09:00
internal audio: Move files from exp/audio/inner to internal/audio 2016-02-07 16:03:41 +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 Give up testing on Travis CI 2016-02-06 16:47:25 +09:00
affine.go Make the elements of matrices optional 2014-12-26 11:22:36 +09:00
colorm_test.go image: Deprecate ScaleColor and TranslateColor 2016-02-06 21:49:11 +09:00
colorm.go image: Remove duplicated impl 2016-02-07 02:39:52 +09:00
doc.go Update example in doc.go 2015-01-29 15:40:53 +09:00
gamepad.go Add Gamepad API 2015-01-12 02:29:56 +09:00
generate.go Add genkey.go 2015-01-07 03:05:59 +09:00
genkeys.go Update the version of GLFW to 3.1 2015-06-20 18:52:17 +09:00
geom_test.go image: Deprecate ScaleGeo, TranslateGeo and RotateGeo 2016-02-06 23:44:07 +09:00
geom.go image: Deprecate ScaleGeo, TranslateGeo and RotateGeo 2016-02-06 23:44:07 +09:00
graphics.go #132 Temporal hack to run with Go1.5 2015-07-22 23:28:15 +09:00
graphicscontext.go image: Add image.Dipose and image.IsDisposed 2016-02-07 01:27:55 +09:00
image_test.go image: Add TestImageDispose 2016-02-07 02:37:43 +09:00
image.go image: Bug fix: isDisposed misimplementation 2016-02-07 03:20:52 +09:00
imageparts.go Resolve some TODOs 2015-02-10 10:44:58 +09:00
init.go audio: Move files from exp/audio/inner to internal/audio 2016-02-07 16:03:41 +09:00
input.go Add input.go 2015-02-01 21:47:47 +09:00
keys.go Add 'auto-generated' notices (#66) 2015-01-07 23:21:52 +09:00
LICENSE Found that license year should be the creation year 2016-02-05 23:16:22 +09:00
mousebuttons.go Remove MouseButtonMax 2015-01-07 03:08:33 +09:00
README.md Fix README 2015-05-20 23:57:03 +09:00
run.go audio: Move files from exp/audio/inner to internal/audio 2016-02-07 16:03:41 +09:00
util_test.go Enable gopherjs test 2015-01-14 23:16:06 +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)
  • API Docs

Features

  • 2D Graphics
  • Input (Mouse, Keyboard, Gamepad)
  • Audio (Very primitive API. experimental)

Documentation

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

License

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