Ebitengine - A dead simple 2D game engine for Go
Go to file
2016-10-16 03:40:03 +09:00
_docs docs: Update about -tags=example 2016-10-16 01:14:22 +09:00
audio audio: At most one audio context can exist (#271) 2016-10-02 22:18:44 +09:00
docs docs: Update about -tags=example 2016-10-16 01:14:22 +09:00
ebitenutil Add error checks 2016-08-03 01:02:05 +09:00
examples examples/keyboard: Avoid build tags in templates 2016-10-16 03:40:03 +09:00
internal ui: Optimized scaling on browsers 2016-09-15 10:04:48 +09:00
mobile ui: Reduce functions in UserInterface 2016-09-02 23:45:54 +09:00
testdata Add test for NewImageFromImage 2014-12-23 01:51:16 +09:00
.gitignore doc: Move files in _docs/public to docs 2016-08-28 03:50:06 +09:00
.lgtm Add .lgtm 2016-06-23 12:04:44 +09:00
.travis.yml Update .travis.yml (#136) 2016-09-04 17:16:13 +09:00
affine.go Fix misspellings 2016-08-02 01:49:05 +09:00
AUTHORS Add Martin to AUTHORS 2016-08-13 23:44:16 +09:00
colorm_test.go image: Deprecate ScaleColor and TranslateColor 2016-02-06 21:49:11 +09:00
colorm.go doc: Fix comments 2016-05-14 20:43:36 +09:00
doc.go Update example in doc.go 2015-01-29 15:40:53 +09:00
gamepad.go input: Add GamepadButtonMax 2016-09-03 15:18:55 +09:00
generate.go gofmt -s 2016-05-14 00:25:11 +09:00
genkeys.go Update GLFW version 3.1 -> 3.2 2016-09-03 16:25:43 +09:00
geom_test.go image: Deprecate ScaleGeo, TranslateGeo and RotateGeo 2016-02-06 23:44:07 +09:00
geom.go doc: Fix comments 2016-05-14 20:43:36 +09:00
graphics.go Add comments 2016-08-02 01:47:25 +09:00
graphicscontext.go Add error checks 2016-08-02 02:26:44 +09:00
image_test.go graphics: Bug fix: Don't store interface color.Color value inside (#261) 2016-08-30 23:34:18 +09:00
image.go graphics: Remove imageImpl.width/height 2016-09-04 01:25:02 +09:00
imageimpl.go graraphics: Refactoring: Remove imageImpl.disposed 2016-09-04 02:42:06 +09:00
imageparts.go graphics: Revert transitionImageParts since this didn't affect the speed 2016-06-06 00:23:18 +09:00
input.go Add comments 2016-08-02 01:47:25 +09:00
keys.go input: Add KeyMax 2016-09-03 15:28:37 +09:00
LICENSE Add AUTHORS file 2016-06-25 06:16:29 +09:00
MAINTAINERS Add MAINTAINERS experimentally 2016-06-07 23:45:48 +09:00
mousebuttons.go Remove MouseButtonMax 2015-01-07 03:08:33 +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: Edit features 2016-08-28 07:08:50 +09:00
run.go loop: Remove IsRunning 2016-09-03 21:14:06 +09:00
version.txt Update version to 1.5.0-alpha 2016-09-03 02:03:31 +09:00

Ebiten (海老天)

Build Status GoDoc Go Report Card

A simple SNES-like 2D game library in Go

Features

  • 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering)
  • Input (Mouse, Keyboard, Gamepads, Touches)
  • Audio (Ogg/Vorbis, WAV, PCM)

Web Site

https://hajimehoshi.github.io/ebiten/

License

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