mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
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)
|
|
[![Go Report Card](https://goreportcard.com/badge/github.com/hajimehoshi/ebiten)](https://goreportcard.com/report/github.com/hajimehoshi/ebiten)
|
|
|
|
|
|
* A simple SNES-like 2D game library in Go
|
|
* Works on
|
|
* [Web browsers](https://github.com/hajimehoshi/ebiten/wiki/Web-Browsers) (powered by [GopherJS](http://gopherjs.org/))
|
|
* Supported browsers: Chrome and Firefox on desktops
|
|
* [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)
|
|
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
|
|
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
|
|
|
|
## 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.
|