ebiten/examples
Hajime Hoshi 0cf38ce80a examples/windowsize: Bug fix: Suppress calling SetWindowPosition if the position is not updated
This is a temoprary fix for the issue that the window size unexpectedly
shrunk on Linux.

Updates #1607
Closes #1605
2021-04-20 20:51:49 +09:00
..
2048 ebiten: Introduce type TouchID 2020-10-10 03:57:47 +09:00
additive Remove supporting jsgo 2020-10-07 00:46:07 +09:00
address Remove supporting jsgo 2020-10-07 00:46:07 +09:00
airship Remove supporting jsgo 2020-10-07 00:46:07 +09:00
alphablending Remove supporting jsgo 2020-10-07 00:46:07 +09:00
animation Remove supporting jsgo 2020-10-07 00:46:07 +09:00
audio audio, audio/mp3, audio/vorbis, audio/wav: Remove Close functions 2020-10-07 23:39:58 +09:00
audioinfiniteloop audio, audio/mp3, audio/vorbis, audio/wav: Remove Close functions 2020-10-07 23:39:58 +09:00
audiopanning examples/audiopanning: Bug fix: Align the buffer size 2021-04-20 02:49:32 +09:00
blocks ebiten: Introduce type GamepadID 2020-10-08 01:57:08 +09:00
blur Remove supporting jsgo 2020-10-07 00:46:07 +09:00
camera mipmap: Bug fix: Too big scale tried to allocate too big images 2020-10-21 11:33:52 +09:00
chipmunk Remove supporting jsgo 2020-10-07 00:46:07 +09:00
contextlost Clean up the 'js' build tags 2020-10-07 01:33:10 +09:00
doomfire Remove supporting jsgo 2020-10-07 00:46:07 +09:00
drag ebiten: Introduce type TouchID 2020-10-10 03:57:47 +09:00
filter Remove supporting jsgo 2020-10-07 00:46:07 +09:00
flappy audio, audio/mp3, audio/vorbis, audio/wav: Remove Close functions 2020-10-07 23:39:58 +09:00
flood Remove supporting jsgo 2020-10-07 00:46:07 +09:00
font Remove supporting jsgo 2020-10-07 00:46:07 +09:00
fullscreen Remove supporting jsgo 2020-10-07 00:46:07 +09:00
gamepad ebiten: Introduce type GamepadID 2020-10-08 01:57:08 +09:00
highdpi Remove supporting jsgo 2020-10-07 00:46:07 +09:00
hsv Remove supporting jsgo 2020-10-07 00:46:07 +09:00
hue Remove supporting jsgo 2020-10-07 00:46:07 +09:00
infinitescroll Remove supporting jsgo 2020-10-07 00:46:07 +09:00
keyboard Remove supporting jsgo 2020-10-07 00:46:07 +09:00
life Remove supporting jsgo 2020-10-07 00:46:07 +09:00
mandelbrot Remove supporting jsgo 2020-10-07 00:46:07 +09:00
mascot Remove supporting jsgo 2020-10-07 00:46:07 +09:00
masking Remove supporting jsgo 2020-10-07 00:46:07 +09:00
minify Remove supporting jsgo 2020-10-07 00:46:07 +09:00
moire Remove supporting jsgo 2020-10-07 00:46:07 +09:00
mosaic Remove supporting jsgo 2020-10-07 00:46:07 +09:00
noise Remove supporting jsgo 2020-10-07 00:46:07 +09:00
paint Remove supporting jsgo 2020-10-07 00:46:07 +09:00
particles Remove supporting jsgo 2020-10-07 00:46:07 +09:00
pcm Remove supporting jsgo 2020-10-07 00:46:07 +09:00
perspective Remove supporting jsgo 2020-10-07 00:46:07 +09:00
piano Remove supporting jsgo 2020-10-07 00:46:07 +09:00
platformer Remove supporting jsgo 2020-10-07 00:46:07 +09:00
polygons Remove supporting jsgo 2020-10-07 00:46:07 +09:00
raycasting Remove supporting jsgo 2020-10-07 00:46:07 +09:00
resources examples/resources/fonts: Remove Arcade_n.ttf 2020-10-03 20:40:33 +09:00
rotate Remove supporting jsgo 2020-10-07 00:46:07 +09:00
set Remove supporting jsgo 2020-10-07 00:46:07 +09:00
shader examples/shader: Add build tags for the generated files 2021-04-18 18:08:39 +09:00
shapes Remove supporting jsgo 2020-10-07 00:46:07 +09:00
sinewave Remove supporting jsgo 2020-10-07 00:46:07 +09:00
snake Remove supporting jsgo 2020-10-07 00:46:07 +09:00
sprites Remove supporting jsgo 2020-10-07 00:46:07 +09:00
spriteshd Remove supporting jsgo 2020-10-07 00:46:07 +09:00
squiral Remove supporting jsgo 2020-10-07 00:46:07 +09:00
text Remove supporting jsgo 2020-10-07 00:46:07 +09:00
tiles Remove supporting jsgo 2020-10-07 00:46:07 +09:00
typewriter Remove supporting jsgo 2020-10-07 00:46:07 +09:00
ui Remove supporting jsgo 2020-10-07 00:46:07 +09:00
vector Remove supporting jsgo 2020-10-07 00:46:07 +09:00
wav examples/wav: Play SE immediately 2020-10-10 05:03:51 +09:00
wheel Remove supporting jsgo 2020-10-07 00:46:07 +09:00
windowsize examples/windowsize: Bug fix: Suppress calling SetWindowPosition if the position is not updated 2021-04-20 20:51:49 +09:00
README.md Update import paths in the documents 2020-10-04 05:07:08 +09:00

How to execute the examples

Desktops

go run -tags=example github.com/hajimehoshi/ebiten/examples/rotate

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.