How to execute the examples
Desktops
go run -tags=example github.com/hajimehoshi/ebiten/examples/rotate
Android
Install gomobile first.
gomobile install -tags=example github.com/hajimehoshi/ebiten/examples/rotate
iOS
gomobile build -target=ios -tags=example -work github.com/hajimehoshi/ebiten/examples/rotate
Then, open the WORK
directory, open main.xcodeproj
, add signing, and run the project.