mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
86e694941f
Closes #1462
492 B
492 B
How to execute the examples
Desktops
go run github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
Android
Install gomobile first.
gomobile install github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
iOS
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.