From 4813650735a43548805d8f8892e6c35c3e64a0fa Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 11 Oct 2018 01:39:47 +0900 Subject: [PATCH] docs: Add 'animation' example --- _docs/gen.go | 1 + docs/examples/animation.html | 40 +++++++++++++++++++++++++++++ docs/images/examples/animation.png | Bin 0 -> 1250 bytes docs/index.html | 2 ++ 4 files changed, 43 insertions(+) create mode 100644 docs/examples/animation.html create mode 100644 docs/images/examples/animation.png diff --git a/_docs/gen.go b/_docs/gen.go index f1b4626a7..ae64c0ef5 100644 --- a/_docs/gen.go +++ b/_docs/gen.go @@ -135,6 +135,7 @@ var ( graphicsExamples = []example{ {Name: "airship", ThumbWidth: 320, ThumbHeight: 240}, {Name: "alphablending", ThumbWidth: 320, ThumbHeight: 240}, + {Name: "animation", ThumbWidth: 320, ThumbHeight: 240}, {Name: "blur", ThumbWidth: 320, ThumbHeight: 240}, {Name: "drag", ThumbWidth: 320, ThumbHeight: 240}, {Name: "filter", ThumbWidth: 320, ThumbHeight: 240}, diff --git a/docs/examples/animation.html b/docs/examples/animation.html new file mode 100644 index 000000000..7a59ce23f --- /dev/null +++ b/docs/examples/animation.html @@ -0,0 +1,40 @@ + + + + + + +Ebiten example - animation + + + + + + + + +
+ +

Ebiten example - animation

+ +

Go Playground page

+ +
+ + + + + diff --git a/docs/images/examples/animation.png b/docs/images/examples/animation.png new file mode 100644 index 0000000000000000000000000000000000000000..ad2103a8e1761f7d4f484cee2bd64d023cb68528 GIT binary patch literal 1250 zcmeAS@N?(olHy`uVBq!ia0y~yU~~YoKX9-C$wJ+|*$fOUD?MEtLn`LHxntig8!FTA z(D0&%h~uRQ7TqHX5zBIK`))@{pSM(@1K}0mx!x-?sLOf*kK9-QzR2d3a7#Z)dq)Yqa50V zf$hF;Oc}pF{oT9!^Ydr#>;3-z7PtTN=SEcaqQlO|4DQG8tNDKS_4VoLdD8pV-evGp zI>Dgk&^Gh2xqHFRpI@)7ynpV_&+qrX&laCAvCnMQ97dxnWlVqmF8zG^>!0QCedgPL zee&g1y1dSH^YeC_zX@>)0`)H6Kl%29weR)z8O2sT-1&6Y{=*vQA|j5ylYFp!_Wx<; zug~B2_Dz4HPs5r=Z~5wv+mrwuc&qomXYro|mH+$`61RQ4ZF>B}o1e2Ei@VI@obd3S z`QO~Lx8o&T86@A`xww`6-@8Bkfh-de_4a(5xZ$IRpo79`Z-KU1%MUz${P_1ip2mwg zo)YgKYlpvM{qSw=<$BR)4;~yaK54M+05C#~uAF?Ce{1FspZcC>JQJ?glzx3BwC8Nv z=5IkALJn=eo*wIc`uW3$3tNuA%4w8L%g=w`m|y?>`}e)FX&Q_v7MJDwx%ib1&zZyE rD!>qy!p$?9*r}W0|FbhN{Qs}oS9P}FT=Xko*~Q@L>gTe~DWM4fU8lcn literal 0 HcmV?d00001 diff --git a/docs/index.html b/docs/index.html index a464057c3..10d16ef94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -75,6 +75,8 @@ Ebiten example: airship
Ebiten example: alphablending +
+ Ebiten example: animation
Ebiten example: blur