ebiten/examples
Julian Merkle d68f770561
examples/stars: refactor (#2070)
Minor adjustments because of:

* Function abs(int) is unused.
* Color fields are assigned without explicit names
* Color variable shadows the color package name
2022-04-13 18:42:04 +09:00
..
2048
additive
address
airship
alphablending
animation
audio
audioinfiniteloop examples/audioinfiniteloop, examples/audiopanning: avoid resamplings 2022-04-10 19:41:44 +09:00
audiopanning examples/audioinfiniteloop, examples/audiopanning: avoid resamplings 2022-04-10 19:41:44 +09:00
blocks
blur examples/blur: fix the blur filter example to be a real box blur. (#2000) 2022-02-24 03:15:52 +09:00
camera
chipmunk
clip
contextlost
cursor
doomfire
drag
filter
flappy examples/flappy: bug fix: touches didn't work 2022-04-11 10:44:41 +09:00
flood
font examples/font: simplify the logic 2022-04-09 16:08:20 +09:00
fullscreen examples/fullscreen: forbid quiting on browsers 2022-04-10 20:04:52 +09:00
gamepad ebiten: use the DB's name for GamepadName 2022-01-25 21:14:03 +09:00
highdpi
hsv
hue
infinitescroll
isometric
keyboard
life
mandelbrot
mascot
masking
minify examples/minify: reorder renderings 2022-04-09 23:27:58 +09:00
moire
mosaic
noise
paint
particles
pcm
perspective
piano
platformer
polygons
raycasting
realtimepcm audio: change the type of SetBufferSize to time.Duration 2022-03-25 20:47:01 +09:00
resources
rotate
set
shader examples/shader: add CRT shader example (#2012) 2022-03-10 00:02:07 +09:00
shapes
sinewave
snake
sprites
spriteshd examples/spriteshd: remove a call of SetWindowSize 2022-04-10 19:15:39 +09:00
squiral
stars examples/stars: refactor (#2070) 2022-04-13 18:42:04 +09:00
text examples/text: add leading space characters 2022-04-04 00:18:35 +09:00
tiles
touch
typewriter
ui
vector
vibrate examples/vibrate: refactoring 2022-04-12 00:11:11 +09:00
wav
wheel
windowclosing examples/windowclosing: update the message 2022-04-11 01:10:48 +09:00
windowsize ebiten: add WindowResizingModeType and its constants and functions 2022-02-11 04:59:04 +09:00
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.