mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
470 B
470 B
How to execute the examples
Desktops
go run -tags=example $GOPATH/src/github.com/hajimehoshi/ebiten/examples/rotate/main.go
Web Browsers
gopherjs serve --tags=example
and access http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples
.
Android
Install gomobile first.
gomobile install -tags="gomobilebuild example" github.com/hajimehoshi/ebiten/examples/rotate