Ebitengine - A dead simple 2D game engine for Go
Go to file
2017-10-01 03:15:50 +09:00
_docs doc: Add a link to 'Clock of Atonement' 2017-09-10 00:24:43 +09:00
audio audio: Use samller window for resampling on browsers 2017-09-29 02:05:14 +09:00
docs docs: Add packages.png 2017-09-23 02:13:40 +09:00
ebitenutil ebitenutil: English 2017-08-14 00:45:10 +09:00
examples ui: Rename SetIcon to SetWindowIcon (#386) 2017-09-23 17:40:09 +09:00
internal doc: Improve comments 2017-10-01 03:15:50 +09:00
mobile mobile: Throw error when update is called without starting (#311) 2017-06-04 22:37:43 +09:00
testdata Add test for NewImageFromImage 2014-12-23 01:51:16 +09:00
text Add 'internal/math' package 2017-08-06 20:05:14 +09:00
.gitignore doc: Move files in _docs/public to docs 2016-08-28 03:50:06 +09:00
.travis.yml Suspend building with GopherJS on TravisCI temporarily (#422) 2017-08-28 23:14:47 +09:00
AUTHORS Add 1l0 to AUTHORS 2017-08-28 23:31:13 +09:00
colorm_test.go graphics: Fix tests 2017-05-27 17:25:47 +09:00
colorm.go doc: Improve comments 2017-10-01 03:15:50 +09:00
doc.go Update example in doc.go 2015-01-29 15:40:53 +09:00
gamepad.go doc: Improve comments 2017-10-01 03:15:50 +09:00
generate.go gofmt -s 2016-05-14 00:25:11 +09:00
genkeys.go doc: Improve comments 2017-10-01 03:15:50 +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 doc: Fix comments 2017-05-03 01:08:27 +09:00
graphicscontext_js.go opengl: Hide OpenGL context usages into internal/graphics package 2017-05-31 02:18:04 +09:00
graphicscontext_notjs.go restorable: Refactoring 2017-08-07 00:06:35 +09:00
graphicscontext.go restorable: Add comments 2017-09-15 00:24:18 +09:00
image_test.go graphics: Bug fix: Flush after filling (#419) 2017-08-24 00:11:08 +09:00
image.go doc: Improve comments 2017-10-01 03:15:50 +09:00
imageparts.go graphics: Add DrawImageOptions.SourceRect 2017-05-28 00:49:44 +09:00
input.go doc: Improve comments 2017-10-01 03:15:50 +09:00
keys.go doc: Improve comments 2017-10-01 03:15:50 +09:00
LICENSE Adjust LICENSE file 2017-01-30 18:57:49 +09:00
mousebuttons.go doc: Improve comments 2017-10-01 03:15:50 +09:00
readfile_js_test.go test: Split util_test into readfile_test and readfile_js_test 2016-03-17 00:11:40 +09:00
readfile_test.go test: Split util_test into readfile_test and readfile_js_test 2016-03-17 00:11:40 +09:00
README.md doc: Update: Now Edge is supported 2017-09-07 03:17:15 +09:00
run.go doc: Improve comments 2017-10-01 03:15:50 +09:00
version.txt doc: Update version to 1.6.0-alpha 2017-06-09 11:41:51 +09:00
vertices.go Remove dependencies on internal/graphics from ebiten 2017-08-06 21:34:24 +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, 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.