ebiten/README.md
2016-04-22 01:17:05 +09:00

28 lines
714 B
Markdown

# Ebiten (海老天)
[![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten)
[![GoDoc](https://godoc.org/github.com/hajimehoshi/ebiten?status.svg)](http://godoc.org/github.com/hajimehoshi/ebiten)
* A simple SNES-like 2D game library in Go
* Works on
* Web browsers (powered by [GopherJS](http://gopherjs.org/))
* Supported browsers: Chrome and Firefox on desktops
* Windows
* Mac OS X
* Linux
## Features
* 2D Graphics
* Input (Mouse, Keyboard, and Gamepad)
* Audio (Ogg/Vorbis, WAV, and PCM)
## Documentation
http://hajimehoshi.github.io/ebiten/
## License
Ebiten is licensed under Apache license version 2.0. See LICENSE file.