mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
26 lines
630 B
Markdown
26 lines
630 B
Markdown
# Ebiten (海老天)
|
|
|
|
[![Build Status](https://travis-ci.org/hajimehoshi/ebiten.svg?branch=master)](https://travis-ci.org/hajimehoshi/ebiten)
|
|
|
|
* A simple SNES-like 2D game library in Go
|
|
* Works on
|
|
* Web browsers (powered by [GopherJS](http://gopherjs.org/))
|
|
* Supported browsers: Chrome, Firefox, Safari on desktops
|
|
* Mac OS X
|
|
* Linux (maybe)
|
|
* Windows (possibly)
|
|
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
|
|
|
|
## Features
|
|
|
|
* 2D Graphics
|
|
* Input (Mouse, Keyboard)
|
|
|
|
## Documentation
|
|
|
|
http://hajimehoshi.github.io/ebiten/
|
|
|
|
## License
|
|
|
|
Ebiten is licensed under Apache license version 2.0. See license.txt.
|