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)
|
|
|
|
|
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/))
|
2015-01-07 17:32:37 +01:00
|
|
|
* Support browsers: Chrome, Firefox, Safari on desktops
|
2014-12-26 14:20:53 +01:00
|
|
|
* Mac OS X
|
|
|
|
* Linux (maybe)
|
|
|
|
* Windows (possibly)
|
2014-12-22 20:46:58 +01:00
|
|
|
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
|
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
|
|
|
|
* Input (Mouse, Keyboard)
|
|
|
|
|
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-01-06 02:31:00 +01:00
|
|
|
Ebiten is licensed under Apache license version 2.0. See license.txt.
|