Begin introduction to reanimate.

Former-commit-id: aae07ee92e90626de681be94689adf206fc782b8
This commit is contained in:
David Himmelstrup 2019-12-01 14:04:01 +08:00
commit 0da599d563
6 changed files with 150 additions and 49 deletions

View file

@ -151,3 +151,33 @@ This file is auto-generated by docs/render_all.sh. DO NOT EDIT.
<br/><hr><br/>
## tut_glue_svg
<details>
<summary>View tut_glue_svg.hs</summary>
<pre><code class="haskell">
{!examples/tut_glue_svg.hs!}
</code></pre>
</details>
<br/>
<video width="640" height="360" autoplay loop>
<source src="https://github.com/Lemmih/reanimate/raw/master/docs/rendered/tut_glue_svg.mp4">
</video>
<br/><hr><br/>
## tut_glue_animate
<details>
<summary>View tut_glue_animate.hs</summary>
<pre><code class="haskell">
{!examples/tut_glue_animate.hs!}
</code></pre>
</details>
<br/>
<video width="640" height="360" autoplay loop>
<source src="https://github.com/Lemmih/reanimate/raw/master/docs/rendered/tut_glue_animate.mp4">
</video>
<br/><hr><br/>

View file

@ -2,7 +2,8 @@
ROOT=`stack path --project-root`
EXAMPLES='boundingbox colormaps goo latex_basic latex_color latex_draw
latex_wheel raster sphere blender_default_cube'
latex_wheel raster sphere blender_default_cube
tut_glue_svg tut_glue_animate'
WIDTH=640
HEIGHT=$((WIDTH*9/16))