2014-12-29 15:16:02 +01:00
# Ebiten (海老天)
2014-10-12 06:09:19 +02:00
2014-12-28 14:27:07 +01:00
[![Build Status ](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master )](https://travis-ci.org/hajimehoshi/ebiten)
2016-04-19 16:30:02 +02:00
[![GoDoc ](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg )](http://godoc.org/github.com/hajimehoshi/ebiten)
2016-05-13 17:27:17 +02:00
[![Go Report Card ](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten )](https://goreportcard.com/report/github.com/hajimehoshi/ebiten)
2016-04-19 16:30:02 +02:00
2016-12-26 02:32:29 +01:00
A simple SNES-style 2D game library in Go
2016-08-27 19:58:37 +02:00
* [Windows ](https://github.com/hajimehoshi/ebiten/wiki/Windows )
2017-02-16 19:19:52 +01:00
* [macOS ](https://github.com/hajimehoshi/ebiten/wiki/macOS )
2016-08-27 19:58:37 +02:00
* [Linux ](https://github.com/hajimehoshi/ebiten/wiki/Linux )
* [Android ](https://github.com/hajimehoshi/ebiten/wiki/Android )
* [iOS ](https://github.com/hajimehoshi/ebiten/wiki/iOS )
2017-04-12 17:21:20 +02:00
* [Web browsers (Chrome, Firefox and Safari on desktops) ](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers ) (powered by [GopherJS ](http://gopherjs.org/ ))
2014-10-12 06:09:19 +02:00
2017-04-12 17:21:20 +02:00
Note: Gamepad is not available on Safari/Android/iOS. Keyboard is not available on Android/iOS.
2016-11-26 16:11:23 +01:00
2014-12-24 02:00:09 +01:00
## Features
2014-10-12 06:09:19 +02:00
2016-08-28 00:08:50 +02:00
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering)
* Input (Mouse, Keyboard, Gamepads, Touches)
* Audio (Ogg/Vorbis, WAV, PCM)
2014-12-24 02:00:09 +01:00
2016-08-27 22:40:05 +02:00
## Web Site
2014-12-24 02:00:09 +01:00
2016-08-27 22:40:05 +02:00
https://hajimehoshi.github.io/ebiten/
2014-12-27 15:27:37 +01:00
2014-10-12 06:09:19 +02:00
## License
2015-05-20 16:57:03 +02:00
Ebiten is licensed under Apache license version 2.0. See LICENSE file.