mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-03 14:34:26 +01:00
20ef839e03
Updates #2767 |
||
---|---|---|
.. | ||
2048 | ||
address | ||
airship | ||
alphablending | ||
animation | ||
audio | ||
audioinfiniteloop | ||
audiopanning | ||
blend | ||
blocks | ||
blur | ||
camera | ||
capture | ||
chipmunk | ||
clip | ||
contextlost | ||
cursor | ||
doomfire | ||
drag | ||
dropfile | ||
filter | ||
flappy | ||
flood | ||
font | ||
fontvector | ||
fullscreen | ||
gamepad | ||
highdpi | ||
hsv | ||
hue | ||
infinitescroll | ||
isometric | ||
keyboard | ||
lasttouch | ||
life | ||
lines | ||
mandelbrot | ||
mascot | ||
masking | ||
minify | ||
moire | ||
monitor | ||
mosaic | ||
noise | ||
paint | ||
particles | ||
pcm | ||
perspective | ||
piano | ||
platformer | ||
polygons | ||
raycasting | ||
realtimepcm | ||
resources | ||
rotate | ||
set | ||
shader | ||
shapes | ||
sinewave | ||
skipdraw | ||
snake | ||
sprites | ||
spriteshd | ||
squiral | ||
stars | ||
subimage | ||
text | ||
texti18n | ||
textinput | ||
tiles | ||
touch | ||
typewriter | ||
ui | ||
vector | ||
vibrate | ||
wav | ||
wheel | ||
windowclosing | ||
windowsize | ||
README.md |
How to execute the examples
Desktops
go run github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
Android
Install gomobile first.
gomobile install github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
iOS
gomobile build -target=ios -work github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
Then, open the WORK
directory, open main.xcodeproj
, add signing, and run the project.