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