ebiten/examples
2018-12-24 17:29:31 +09:00
..
2048
additive
address graphics: Add Address representing a sampler address mode 2018-12-24 17:29:31 +09:00
airship graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
alphablending
animation graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
audio
audioinfiniteloop
blocks graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
blur
chipmunk
contextlost
drag
filter
flappy graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
flood
font
fullscreen
gamepad
highdpi Fix misspelling (again) 2018-12-03 18:25:44 +01:00
hsv
hue
infinitescroll
keyboard graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
life
mandelbrot
masking
minify examples/minify: Better clipping 2018-11-09 01:08:32 +09:00
moire
mosaic
noise
paint
pcm examples/pcm: Add intervals between notes 2018-12-17 23:25:52 +09:00
perspective graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
piano
platformer
polygons
resources
rotate Fix misspelling 2018-12-03 18:23:25 +01:00
shapes
sinewave
sprites examples/sprites: Add FPS 2018-12-23 01:23:38 +09:00
spriteshd examples/sprites: Add FPS 2018-12-23 01:23:38 +09:00
tiles graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
typewriter
ui graphics: Experimental: (*image.Image).SubImage 2018-10-28 02:19:14 +09:00
wav Fix misspelling 2018-12-03 18:23:25 +01:00
wheel
windowsize examples/windowsize: Show DeviceScaleFactor 2018-10-14 19:15:26 +09:00
README.md

How to execute the examples

Desktops

go run -tags=example $GOPATH/src/github.com/hajimehoshi/ebiten/examples/rotate/main.go

Web Browsers

gopherjs serve --tags=example

and access http://127.0.0.1:8080/github.com/hajimehoshi/ebiten/examples.

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.