Files
ebiten/examples
2021-08-08 15:31:49 +09:00
..
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-07-22 01:38:55 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-07-22 01:38:55 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-07-10 22:18:15 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-07-22 01:38:55 +09:00
2021-07-22 01:38:55 +09:00
2021-07-22 01:38:55 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-07-22 01:38:55 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00
2021-07-22 01:38:55 +09:00
2021-07-27 17:36:21 +09:00
2021-06-24 21:49:37 +09:00
2021-07-22 01:38:55 +09:00
2021-07-17 16:42:14 +09:00
2021-06-24 21:49:37 +09:00
2021-06-24 21:49:37 +09:00

How to execute the examples

Desktops

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

Android

Install gomobile first.

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

iOS

gomobile build -target=ios -tags=example -work github.com/hajimehoshi/ebiten/examples/rotate

Then, open the WORK directory, open main.xcodeproj, add signing, and run the project.