ebiten/readme.md

26 lines
659 B
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)
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
* Web browsers (powered by [GopherJS](http://gopherjs.org/))
2015-01-07 20:24:27 +01:00
* Supported browsers: Chrome, Firefox, Safari on desktops
2014-12-26 14:20:53 +01:00
* Mac OS X
* Linux (maybe)
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, Gamepad)
2015-01-24 18:07:39 +01:00
* Audio (Very primitive API. experimental)
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-01-06 02:31:00 +01:00
Ebiten is licensed under Apache license version 2.0. See license.txt.