mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
examples: remove README
This commit is contained in:
parent
f98003bcd5
commit
faeb03373d
@ -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.
|
|
Loading…
Reference in New Issue
Block a user