ebiten/examples
2020-10-21 11:28:05 +09:00
..
2048
additive
address
airship
alphablending
animation
audio
audioinfiniteloop
audiopanning
blocks
blur
camera
chipmunk
contextlost
doomfire
drag
filter
flappy
flood
font
fullscreen
gamepad
highdpi
hsv
hue
infinitescroll
keyboard
life
mandelbrot
mascot
masking
minify
moire
mosaic
noise
paint
particles
pcm
perspective
piano
platformer
polygons
raycasting
resources
rotate
set
shader
shapes
sinewave
snake
sprites
spriteshd
squiral
text
tiles
typewriter
ui
vector
wav
wheel
windowsize
README.md

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.