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 ## Platforms
* [Windows](https://github.com/hajimehoshi/ebiten/wiki/Windows) (No Cgo!) * Windows (No Cgo!)
* [macOS](https://github.com/hajimehoshi/ebiten/wiki/macOS) * macOS
* [Linux](https://github.com/hajimehoshi/ebiten/wiki/Linux) * Linux
* [FreeBSD](https://github.com/hajimehoshi/ebiten/wiki/FreeBSD) * FreeBSD
* [Android](https://github.com/hajimehoshi/ebiten/wiki/Android) * [Android](https://github.com/hajimehoshi/ebiten/wiki/Android)
* [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS) * [iOS](https://github.com/hajimehoshi/ebiten/wiki/iOS)
* Web browsers (Chrome, Firefox, Safari and Edge) * 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. Note: Gamepad and keyboard are not available on Android/iOS.
For installation on desktops, see [the installation instruction](https://ebiten.org/install.html).
## Features ## Features
* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas) * 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas)