ebiten/README.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

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
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
2016-08-01 18:29:07 +02:00
* [Web browsers](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
2016-04-21 16:58:33 +02:00
* Supported browsers: Chrome and Firefox on desktops
2016-08-01 18:29:07 +02:00
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows)
* [Mac OS X](https://github.com/hajimehoshi/ebiten/wiki/Mac-OS-X)
* [Linux](https://github.com/hajimehoshi/ebiten/wiki/Linux)
2016-08-01 16:56:05 +02:00
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
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.