Modify readme

This commit is contained in:
Hajime Hoshi 2014-12-24 10:00:09 +09:00
parent 6b0ae1cd18
commit bde8d9763f

View File

@ -1,13 +1,20 @@
# Ebiten (海老天) # Ebiten (海老天)
* A simple 2D game library in Go. * A simple 2D game library in Go
* Works only on Mac OS X so far. * Works only on Mac OS X so far
* [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten) * [API Docs](http://godoc.org/github.com/hajimehoshi/ebiten)
## Usage ## Features
* Please read Go files in the example directory. * 2D Graphics
* Be careful that this library is now being developed actively and API can be changed easily. * Input (Mouse, Keyboard)
## Example
* example/mosaic - Mosaics an image
* example/perspective - See an image in a perspective view
* example/rotate - Rotates an image
* etc.
## Install on Mac OS X ## Install on Mac OS X