ebiten/examples
2023-09-21 01:35:57 +09:00
..
2048
address
airship
alphablending
animation
audio
audioinfiniteloop
audiopanning
blend
blocks
blur
camera
capture
chipmunk
clip
contextlost
cursor
doomfire
drag
dropfile
filter
flappy all: rename arguments in Fragment 2023-09-21 01:35:57 +09:00
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 all: rename arguments in Fragment 2023-09-21 01:35:57 +09:00
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.