{"payload":{"allShortcutsEnabled":false,"path":"examples","repo":{"id":10721619,"defaultBranch":"main","name":"ebiten","ownerLogin":"hajimehoshi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-06-16T15:13:01.000Z","ownerAvatar":"https://web.archive.org/web/20240205081005/https://avatars.githubusercontent.com/u/16950?v=4","public":true,"private":false,"isOrgOwned":false},"currentUser":null,"refInfo":{"name":"main","listCacheKey":"v0:1706587724.0","canEdit":false,"refType":"branch","currentOid":"7eee3929def354595808fe5b6f167c3c8d1feee4"},"tree":{"items":[{"name":"2048","path":"examples/2048","contentType":"directory"},{"name":"address","path":"examples/address","contentType":"directory"},{"name":"airship","path":"examples/airship","contentType":"directory"},{"name":"alphablending","path":"examples/alphablending","contentType":"directory"},{"name":"animation","path":"examples/animation","contentType":"directory"},{"name":"audio","path":"examples/audio","contentType":"directory"},{"name":"audioinfiniteloop","path":"examples/audioinfiniteloop","contentType":"directory"},{"name":"audiopanning","path":"examples/audiopanning","contentType":"directory"},{"name":"blend","path":"examples/blend","contentType":"directory"},{"name":"blocks","path":"examples/blocks","contentType":"directory"},{"name":"blur","path":"examples/blur","contentType":"directory"},{"name":"camera","path":"examples/camera","contentType":"directory"},{"name":"capture","path":"examples/capture","contentType":"directory"},{"name":"chipmunk","path":"examples/chipmunk","contentType":"directory"},{"name":"clip","path":"examples/clip","contentType":"directory"},{"name":"contextlost","path":"examples/contextlost","contentType":"directory"},{"name":"cursor","path":"examples/cursor","contentType":"directory"},{"name":"doomfire","path":"examples/doomfire","contentType":"directory"},{"name":"drag","path":"examples/drag","contentType":"directory"},{"name":"dropfile","path":"examples/dropfile","contentType":"directory"},{"name":"filter","path":"examples/filter","contentType":"directory"},{"name":"flappy","path":"examples/flappy","contentType":"directory"},{"name":"flood","path":"examples/flood","contentType":"directory"},{"name":"font","path":"examples/font","contentType":"directory"},{"name":"fontfeature","path":"examples/fontfeature","contentType":"directory"},{"name":"fontvariation","path":"examples/fontvariation","contentType":"directory"},{"name":"fontvector","path":"examples/fontvector","contentType":"directory"},{"name":"fullscreen","path":"examples/fullscreen","contentType":"directory"},{"name":"gamepad","path":"examples/gamepad","contentType":"directory"},{"name":"highdpi","path":"examples/highdpi","contentType":"directory"},{"name":"hsv","path":"examples/hsv","contentType":"directory"},{"name":"hue","path":"examples/hue","contentType":"directory"},{"name":"infinitescroll","path":"examples/infinitescroll","contentType":"directory"},{"name":"isometric","path":"examples/isometric","contentType":"directory"},{"name":"keyboard","path":"examples/keyboard","contentType":"directory"},{"name":"lasttouch","path":"examples/lasttouch","contentType":"directory"},{"name":"life","path":"examples/life","contentType":"directory"},{"name":"lines","path":"examples/lines","contentType":"directory"},{"name":"mandelbrot","path":"examples/mandelbrot","contentType":"directory"},{"name":"mascot","path":"examples/mascot","contentType":"directory"},{"name":"masking","path":"examples/masking","contentType":"directory"},{"name":"minify","path":"examples/minify","contentType":"directory"},{"name":"mixedfont","path":"examples/mixedfont","contentType":"directory"},{"name":"moire","path":"examples/moire","contentType":"directory"},{"name":"monitor","path":"examples/monitor","contentType":"directory"},{"name":"mosaic","path":"examples/mosaic","contentType":"directory"},{"name":"noise","path":"examples/noise","contentType":"directory"},{"name":"paint","path":"examples/paint","contentType":"directory"},{"name":"particles","path":"examples/particles","contentType":"directory"},{"name":"pcm","path":"examples/pcm","contentType":"directory"},{"name":"perspective","path":"examples/perspective","contentType":"directory"},{"name":"piano","path":"examples/piano","contentType":"directory"},{"name":"platformer","path":"examples/platformer","contentType":"directory"},{"name":"polygons","path":"examples/polygons","contentType":"directory"},{"name":"raycasting","path":"examples/raycasting","contentType":"directory"},{"name":"realtimepcm","path":"examples/realtimepcm","contentType":"directory"},{"name":"resources","path":"examples/resources","contentType":"directory"},{"name":"rotate","path":"examples/rotate","contentType":"directory"},{"name":"set","path":"examples/set","contentType":"directory"},{"name":"shader","path":"examples/shader","contentType":"directory"},{"name":"shapes","path":"examples/shapes","contentType":"directory"},{"name":"sinewave","path":"examples/sinewave","contentType":"directory"},{"name":"skipdraw","path":"examples/skipdraw","contentType":"directory"},{"name":"snake","path":"examples/snake","contentType":"directory"},{"name":"sprites","path":"examples/sprites","contentType":"directory"},{"name":"spriteshd","path":"examples/spriteshd","contentType":"directory"},{"name":"squiral","path":"examples/squiral","contentType":"directory"},{"name":"stars","path":"examples/stars","contentType":"directory"},{"name":"subimage","path":"examples/subimage","contentType":"directory"},{"name":"text","path":"examples/text","contentType":"directory"},{"name":"texti18n","path":"examples/texti18n","contentType":"directory"},{"name":"textinput","path":"examples/textinput","contentType":"directory"},{"name":"tiles","path":"examples/tiles","contentType":"directory"},{"name":"touch","path":"examples/touch","contentType":"directory"},{"name":"typewriter","path":"examples/typewriter","contentType":"directory"},{"name":"ui","path":"examples/ui","contentType":"directory"},{"name":"vector","path":"examples/vector","contentType":"directory"},{"name":"vibrate","path":"examples/vibrate","contentType":"directory"},{"name":"wav","path":"examples/wav","contentType":"directory"},{"name":"wheel","path":"examples/wheel","contentType":"directory"},{"name":"windowclosing","path":"examples/windowclosing","contentType":"directory"},{"name":"windowsize","path":"examples/windowsize","contentType":"directory"},{"name":"README.md","path":"examples/README.md","contentType":"file"}],"templateDirectorySuggestionUrl":null,"readme":{"displayName":"README.md","richText":"

How to execute the examples

\n

Desktops

\n
go run github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
\n

Android

\n

Install gomobile first.

\n
gomobile install github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
\n

iOS

\n
gomobile build -target=ios -work github.com/hajimehoshi/ebiten/v2/examples/rotate@latest
\n

Then, open the WORK directory, open main.xcodeproj, add signing, and run the project.

\n
","errorMessage":null,"headerInfo":{"toc":[{"level":1,"text":"How to execute the examples","anchor":"how-to-execute-the-examples","htmlText":"How to execute the examples"},{"level":2,"text":"Desktops","anchor":"desktops","htmlText":"Desktops"},{"level":2,"text":"Android","anchor":"android","htmlText":"Android"},{"level":2,"text":"iOS","anchor":"ios","htmlText":"iOS"}],"siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Fhajimehoshi%2Febiten%2Ftree%2Fmain%2Fexamples"}},"totalCount":83,"showBranchInfobar":false},"fileTree":{"":{"items":[{"name":".builds","path":".builds","contentType":"directory"},{"name":".github","path":".github","contentType":"directory"},{"name":"audio","path":"audio","contentType":"directory"},{"name":"cmd","path":"cmd","contentType":"directory"},{"name":"colorm","path":"colorm","contentType":"directory"},{"name":"ebitenutil","path":"ebitenutil","contentType":"directory"},{"name":"examples","path":"examples","contentType":"directory"},{"name":"exp","path":"exp","contentType":"directory"},{"name":"inpututil","path":"inpututil","contentType":"directory"},{"name":"internal","path":"internal","contentType":"directory"},{"name":"misc","path":"misc","contentType":"directory"},{"name":"mobile","path":"mobile","contentType":"directory"},{"name":"text","path":"text","contentType":"directory"},{"name":"vector","path":"vector","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"CODE_OF_CONDUCT.md","path":"CODE_OF_CONDUCT.md","contentType":"file"},{"name":"CONTRIBUTING.md","path":"CONTRIBUTING.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"},{"name":"blend.go","path":"blend.go","contentType":"file"},{"name":"colorm.go","path":"colorm.go","contentType":"file"},{"name":"colorscale.go","path":"colorscale.go","contentType":"file"},{"name":"compositemode.go","path":"compositemode.go","contentType":"file"},{"name":"cursor.go","path":"cursor.go","contentType":"file"},{"name":"doc.go","path":"doc.go","contentType":"file"},{"name":"export_test.go","path":"export_test.go","contentType":"file"},{"name":"gameforui.go","path":"gameforui.go","contentType":"file"},{"name":"gamepad.go","path":"gamepad.go","contentType":"file"},{"name":"generate.go","path":"generate.go","contentType":"file"},{"name":"genkeys.go","path":"genkeys.go","contentType":"file"},{"name":"geom.go","path":"geom.go","contentType":"file"},{"name":"geom_test.go","path":"geom_test.go","contentType":"file"},{"name":"go.mod","path":"go.mod","contentType":"file"},{"name":"go.sum","path":"go.sum","contentType":"file"},{"name":"graphics.go","path":"graphics.go","contentType":"file"},{"name":"image.go","path":"image.go","contentType":"file"},{"name":"image_test.go","path":"image_test.go","contentType":"file"},{"name":"imagedumper.go","path":"imagedumper.go","contentType":"file"},{"name":"imagetobytes.go","path":"imagetobytes.go","contentType":"file"},{"name":"imagetobytes_test.go","path":"imagetobytes_test.go","contentType":"file"},{"name":"input.go","path":"input.go","contentType":"file"},{"name":"keys.go","path":"keys.go","contentType":"file"},{"name":"monitor.go","path":"monitor.go","contentType":"file"},{"name":"mousebuttons.go","path":"mousebuttons.go","contentType":"file"},{"name":"run.go","path":"run.go","contentType":"file"},{"name":"run_mobile.go","path":"run_mobile.go","contentType":"file"},{"name":"shader.go","path":"shader.go","contentType":"file"},{"name":"shader_test.go","path":"shader_test.go","contentType":"file"},{"name":"vibrate.go","path":"vibrate.go","contentType":"file"},{"name":"window.go","path":"window.go","contentType":"file"}],"totalCount":50}},"fileTreeProcessingTime":5.023357,"foldersToFetch":[],"treeExpanded":true,"symbolsExpanded":false,"csrf_tokens":{"/hajimehoshi/ebiten/branches":{"post":"UErCJQ8hOS4GBVP68Ha2jYGTQCTVX3vkiVKp-WCSQeWhz0feY2GBycxoMHdI6cq9O0AwXNo1_jGzo0G_SaJFjg"},"/hajimehoshi/ebiten/branches/fetch_and_merge/main":{"post":"KkxzimwOBuv1wFeoXyLAfX8jrxQnJLTbUji4zvAEKTrRPTw1C7yAAZ-H2q4ovrS9JtoYN5QVK3OLGvH2jx8yQA"},"/hajimehoshi/ebiten/branches/fetch_and_merge/main?discard_changes=true":{"post":"9lqClMT2Z86Uw8foo8uUgS6jXWvi7njx98odHOjCAuENK80ro0ThJP6ESu7UV-BBd1rqSFHf51ku6FQkl9kZmw"}}},"title":"ebiten/examples at main ยท hajimehoshi/ebiten"}