Files
2023-05-04 23:49:02 +09:00
..
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-02-07 11:59:49 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-02-17 02:06:40 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00

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.