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)
|
|
|
|
|
2014-12-28 14:27:07 +01:00
|
|
|
|
2014-12-28 09:09:50 +01:00
|
|
|
* A simple SNES-like 2D game library in Go
|
2014-12-26 14:20:53 +01:00
|
|
|
* Works on
|
2015-01-05 18:23:41 +01:00
|
|
|
* Web browsers (powered by [GopherJS](http://gopherjs.org/))
|
2016-04-21 16:58:33 +02:00
|
|
|
* Supported browsers: Chrome and Firefox on desktops
|
2014-12-26 14:20:53 +01:00
|
|
|
* Mac OS X
|
2016-02-23 20:17:57 +01:00
|
|
|
* Linux
|
2016-02-25 19:57:36 +01:00
|
|
|
* Windows
|
2014-10-12 06:09:19 +02:00
|
|
|
|
2014-12-24 02:00:09 +01:00
|
|
|
## Features
|
2014-10-12 06:09:19 +02:00
|
|
|
|
2014-12-24 02:00:09 +01:00
|
|
|
* 2D Graphics
|
2016-04-19 16:30:02 +02:00
|
|
|
* Input (Mouse, Keyboard, and Gamepad)
|
|
|
|
* Audio (Ogg/Vorbis, WAV, and PCM)
|
2014-12-24 02:00:09 +01:00
|
|
|
|
2015-01-06 02:31:00 +01:00
|
|
|
## Documentation
|
2014-12-24 02:00:09 +01:00
|
|
|
|
2015-01-06 02:31:00 +01:00
|
|
|
http://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.
|