Files
ebiten/examples
2023-12-08 13:35:52 +09:00
..
2023-01-20 01:26:37 +09:00
2023-12-08 13:35:52 +09:00
2023-12-08 13:35:52 +09:00
2023-11-16 22:18:56 +09:00
2023-01-20 01:26:37 +09:00
2023-07-23 00:49:45 +09:00
2023-11-17 13:07: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-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-11-16 02:20:18 +09:00
2023-01-20 01:26:37 +09:00
2023-01-20 01:26:37 +09:00
2023-09-21 01:35:57 +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

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.