examples: remove README

This commit is contained in:
Hajime Hoshi 2024-09-01 12:40:34 +09:00
parent f98003bcd5
commit faeb03373d

View File

@ -1,23 +0,0 @@
# How to execute the examples
## Desktops
```sh
go run github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
```
## Android
Install [gomobile](https://pkg.go.dev/golang.org/x/mobile/cmd/gomobile) first.
```sh
gomobile install github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
```
## iOS
```sh
gomobile build -target=ios -work github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
```
Then, open the `WORK` directory, open `main.xcodeproj`, add signing, and run the project.