mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-09 09:24:43 +01:00
Minor adjustments because of: * Function abs(int) is unused. * Color fields are assigned without explicit names * Color variable shadows the color package name |
||
---|---|---|
.. | ||
2048 | ||
additive | ||
address | ||
airship | ||
alphablending | ||
animation | ||
audio | ||
audioinfiniteloop | ||
audiopanning | ||
blocks | ||
blur | ||
camera | ||
chipmunk | ||
clip | ||
contextlost | ||
cursor | ||
doomfire | ||
drag | ||
filter | ||
flappy | ||
flood | ||
font | ||
fullscreen | ||
gamepad | ||
highdpi | ||
hsv | ||
hue | ||
infinitescroll | ||
isometric | ||
keyboard | ||
life | ||
mandelbrot | ||
mascot | ||
masking | ||
minify | ||
moire | ||
mosaic | ||
noise | ||
paint | ||
particles | ||
pcm | ||
perspective | ||
piano | ||
platformer | ||
polygons | ||
raycasting | ||
realtimepcm | ||
resources | ||
rotate | ||
set | ||
shader | ||
shapes | ||
sinewave | ||
snake | ||
sprites | ||
spriteshd | ||
squiral | ||
stars | ||
text | ||
tiles | ||
touch | ||
typewriter | ||
ui | ||
vector | ||
vibrate | ||
wav | ||
wheel | ||
windowclosing | ||
windowsize | ||
README.md |
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.