docs: Update README

This commit is contained in:
Hajime Hoshi 2019-03-24 04:32:21 +09:00
parent ffee2ae278
commit ccb23f1992

View File

@ -15,10 +15,10 @@ Ebiten is an open-source game library, with which you can develop 2D games with
## Platforms
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows) (No Cgo!)
* [macOS](https://github.com/hajimehoshi/ebiten/wiki/macOS)
* [Linux](https://github.com/hajimehoshi/ebiten/wiki/Linux)
* [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD)
* Windows (No Cgo!)
* macOS
* Linux
* FreeBSD
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
* Web browsers (Chrome, Firefox, Safari and Edge)
@ -27,6 +27,8 @@ Ebiten is an open-source game library, with which you can develop 2D games with
Note: Gamepad and keyboard are not available on Android/iOS.
For installation on desktops, see [the installation instruction](https://ebiten.org/install.html).
## Features
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)