Files
2024-04-12 12:30:59 +09:00
..
2023-01-20 01:26:37 +09:00
2024-03-16 22:42:01 +09:00
2023-12-08 13:35:52 +09:00
2024-03-20 02:42:31 +09:00
2023-12-25 02:02:56 +09:00
2023-01-20 01:26:37 +09:00
2023-07-23 00:49:45 +09:00
2023-12-25 02:02:56 +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-12-17 22:42:34 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2024-03-23 15:45:55 +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
2024-03-20 23:19:32 +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.