mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 19:28:57 +01:00
Modify readme
This commit is contained in:
parent
6b0ae1cd18
commit
bde8d9763f
17
readme.md
17
readme.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user