mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Update README
This commit is contained in:
parent
ffee2ae278
commit
ccb23f1992
10
README.md
10
README.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user