Files
..
2022-01-10 17:36:46 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-08-03 22:40:39 +09:00
2022-07-17 11:30:12 +09:00
2022-08-03 22:40:39 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-08-13 13:37:01 +09:00
2022-08-03 22:40:39 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-07-17 11:30:12 +09:00
2022-08-03 22:40:39 +09:00
2022-07-17 11:30:12 +09:00
2022-04-12 00:11:11 +09:00
2021-06-24 21:49:37 +09:00
2021-12-13 11:55:08 +09:00

How to execute the examples

Desktops

go run -tags=example github.com/hajimehoshi/ebiten/v2/examples/rotate

Android

Install gomobile first.

gomobile install -tags=example github.com/hajimehoshi/ebiten/v2/examples/rotate

iOS

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.