Commit graph reanimate/examples
Author SHA1 Message Date
David Himmelstrup
d499000eb6 Host video files on B2. 2020-07-21 12:34:12 +08:00
Xie Ruifeng
fbce05fa6f
LaTeX: add xelatexWithHeaders (#110)
* LaTeX: add xelatexWithHeaders

* LaTeX: add ctex[WithHeaders], xelatex[WithHeaders] changed

* Export ctex in Reanimate, update doc_xelatex to use ctex

* xelatex and ctex examples

* LaTeX: Remove xelatex example
2020-07-15 14:09:36 +08:00
David Himmelstrup
34aa5780ec
Replace 'here' dependency with the lightweight 'neat-interpolation' (#106)
Misc improvements:
 * Add tasty-rerun
 * Extend CI coverage
2020-07-12 13:27:01 +08:00
David Himmelstrup
a15b928236 Add 'here' dependency to examples where required. 2020-07-08 23:29:22 +08:00
David Himmelstrup
946f4088e2 Remove explicit resolvers. 2020-07-08 11:37:29 +08:00
David Himmelstrup
3e3212d3f6 Reduce test fidelity from 50 frames to 10 frames.
Former-commit-id: d47a8a4d3f2b650927999fe10d6eddbb8e3da8fb
2020-06-24 22:36:56 +08:00
David Himmelstrup
c8d9fa6204 Draft article about fonts (#95)
Former-commit-id: 002f55748d12811f0c8bf0d9b3df9a6674274cdd
2020-06-24 22:02:09 +08:00
David Himmelstrup
fe1a2e9ee9 Move glue tutorial to imgur.
Former-commit-id: c67a532677c00d7ce65727abc2898db5448d2a96
2020-06-15 14:26:16 +08:00
David Himmelstrup
3e371f7627 Narrated animation about color theory (#84)
* Add slide transitions.

Co-authored-by: eveyyp <55053150+eveyyp@users.noreply.github.com>
Former-commit-id: afa93f45f8d0f556ad73e349091f0226ce173eed
2020-06-02 20:14:47 +08:00
David Himmelstrup
0d778646c1 Wibbles to the voice_* examples.
Former-commit-id: e4f9c7e35d428e7e76ac5ce4fc01d200cf7c183d
2020-05-23 22:22:52 +08:00
David Himmelstrup
7e1c7ea511 Voice control (#75)
Add voice control via Reanimate.Voice.
Include rtfd article.

Former-commit-id: f80bb58031f6dfbb83bc8f188c17013afcb2dfd9
2020-05-22 23:30:44 +08:00
Tristan Cacqueray
d92660fe18 Rename Interpolate module to ColorComponents
Fixes #73


Former-commit-id: d95bb857fb676acc16669b58014fae33f697f61f
2020-05-21 21:12:33 +08:00
Tristan Cacqueray
7ae0efff7c Rename Signals module to Ease
Fixes #74


Former-commit-id: 2158ce2d2ca183ccf0f6bfa7cf3899461db51887
2020-05-21 20:41:05 +08:00
David Himmelstrup
ae10e75b9d Style wibble.
Former-commit-id: 78161fcbdb67e20a6574feae6745db06136e3e41
2020-05-19 07:50:16 +08:00
David Himmelstrup
841571f062 Add stars example. (#71)
Former-commit-id: cda8a6c63bc5be127c2b06dbab7482f16ed66cdb
2020-05-18 20:49:32 +08:00
David Himmelstrup
4356efbc7e Feature morph (#62)
* Disable windows CI (because of hmatrix)
* Implement ear-clip triangulation.
* Implement common framework for polygon morphing.
* Draft implementations of compatible triangulation and mesh smoothing.
* Implement least-work morphing.
* Implement as-rigid-as-possible morphing.
* Implement SSSP.
* Draft article about polygon morphing.

Former-commit-id: f6f19f58b9dd58c655bcca0ed2d65f72726f0a06
2020-05-14 15:14:29 +08:00
David Himmelstrup
a256dd0a96 Add intro_* examples.
Former-commit-id: fb66b98fa121ec36b903ac92057fc0405e68b93b
2020-05-14 11:01:26 +08:00
David Himmelstrup
84ba78c890 Add documentation for 'withViewBox'.
Former-commit-id: 2797121d09679950ac35b1bd08e9c6bfbedc5267
2020-05-14 10:07:05 +08:00
David Himmelstrup
01baecb88b Improve and expose 'mkImage'.
Former-commit-id: eef95441c47ed3a798b1261e17b6018ea9281344
2020-05-12 13:16:16 +08:00
David Himmelstrup
fd2935c2ba Improve README examples (#68)
- Move examples higher, above any technical details.
- Use a consistent off-white background color.
- Use more interesting and less trivial examples.
- Play at 50fps rather than 25fps.
- Host offsite (imgur) as to not take up repo space.
- Link to source file for each example.

Former-commit-id: 7e62a3a1ca99e9abc5781568ff920066c94783ee
2020-05-06 19:16:25 +08:00
David Himmelstrup
6608fb7410 Feature mapviz (#61)
* Fix framerate issue for gifs.

* Fix aeson version on lts-11

* Improve transformation performance.

* Vastly improve performance for SVG serialization.

* Improve geo projection performance.

* Add reference to cartogram program.

* Add rasterSized function.

* Better clippaths.

* Use newer reanimate-svg package.

* Show time spent and time remaining when rendering.

* Support external images and multiple rasters.

* Improve performance of bounding box calculations.

* Evict macos cache.

Former-commit-id: 3eb65d85fc2bb7dd9d67486d2da34d024767717d
2020-03-15 19:35:07 +08:00
William Yao
862a6e67a2 add cubic bezier signal
Former-commit-id: ba21e2a15269d4757f4a79a6ac792b3df0fe44f0
2020-03-13 17:30:18 +08:00
David Himmelstrup
ff2f7f614b Documentation (mostly for scenes) (#58)
Former-commit-id: 76fe4a261710ff744d09c9dd0a9b694f759fda41
2020-02-22 20:32:31 +08:00
David Himmelstrup
458da0f2ec Country distortion video (#54)
* Support GeoJSON.

* Fix framerate issue for gifs.

* Vastly improve performance for SVG serialization.

Former-commit-id: b0dbb06b8810d56aa993d7138dd97c9e514db2e3
2020-02-20 21:22:36 +08:00
David Himmelstrup
b466bcc6be Misc cleanup. (#55)
Former-commit-id: 8490a1405235c3902e8bca9d7fc2f6845b287d19
2020-02-20 16:34:52 +08:00
David Himmelstrup
8817f255a5 Fix bug in 'play'.
Former-commit-id: 5aa506a6c5db207e3731ba0eb19c8c38e462051a
2020-02-12 20:04:17 +08:00
David Himmelstrup
cbfb95f9be Geo projections (#52)
Former-commit-id: bc6475b83149db308bf541f1a49b6a8e67729a81
2020-02-11 19:10:45 +08:00
David Himmelstrup
4bfafa4d8e Color-theory updates and related API changes. (#50)
Rewamp the scene api, add circle plots, add blender flips, fix caching issue in driver, fix bug in partialSvg.


Former-commit-id: 5cb900521044fee13766dd7474fd9b72c7691686
2020-02-02 09:17:29 +08:00
Jan Hrček
a66276a4d4 Extent pathify to work for elipses, polylines and polygons
Former-commit-id: f89ff11a1b57ac93f326d0443befdf3e7042e4ea
2020-01-06 08:00:08 +08:00
David Himmelstrup
5e1f1fa4e9 Fix bug in xyzComponents documentation.
Former-commit-id: 3662ce918ad4eb0f969479a8e7df84aa2d82ccaf
2019-12-17 20:43:41 +08:00
David Himmelstrup
6b24b06271 Fix warnings.
Former-commit-id: 629b9769ede15212759b677c02a751c81de671cb
2019-12-16 09:25:23 +08:00
David Himmelstrup
220930d40e Add slowly rendering example.
Former-commit-id: 3bc565ede0b414c44dcad3798966f06726bcead3
2019-12-16 09:25:23 +08:00
Jan Hrček
3d20cf49ef Fix some hlint warnings
Former-commit-id: e9b81a8bc0b0c99abe57644e8806c437759ca687
2019-12-11 07:50:27 +08:00
Jan Hrček
7a6b2568b8 Remove unused imports to fix tests
Former-commit-id: 2a1d1f549acd8b0e452bea5c72f9ef72262a8361
2019-12-11 07:49:32 +08:00
Jan Hrček
a16ba9e02f Reuse Reanimate.Builtin.Documentation.showColorMap
Former-commit-id: 66595c6d71ecda92c3fc8f55548ec9278a4863d5
2019-12-11 07:49:32 +08:00
Jan Hrček
b82e7e5614 Run 'chmod +x' on all example scripts
Former-commit-id: eed522cbdf8c6e5262c6c8b487d37549ba5013dc
2019-12-10 10:38:10 +01:00
David Himmelstrup
5202cb3d51 Add red dot to fourier example.
Former-commit-id: 8b72c19086375b0bc056101d35a9909e123c26b1
2019-12-09 21:12:29 +08:00
David Himmelstrup
f10bc16726 Clean up examples.
Former-commit-id: 03934429a7a98d8c2891452e802e348a0456886a
2019-12-09 21:00:25 +08:00
David Himmelstrup
07f47b92b0 Wibbles to the blender example.
Former-commit-id: 9291df12dcbe3e37f7da9599bdbdd184265b1197
2019-12-09 18:29:06 +08:00
David Himmelstrup
073b28bbf8 More documentation, parameters, update blender example.
Former-commit-id: ce16e476bf8f417dafd091f12559f83da25ebbff
2019-12-09 17:22:14 +08:00
David Himmelstrup
68a98deff1 Smooth out blender example.
Former-commit-id: 7307b9db36f940e7d61927eb4de20bb418ca1688
2019-12-08 19:46:54 +08:00
David Himmelstrup
8e04f47f97 Add blender example.
Former-commit-id: b0edce13fd99885f05b00441717f50dfe6c12b5d
2019-12-08 09:33:31 +08:00
David Himmelstrup
cd7afe14ed Fix warnings.
Former-commit-id: ebfffdf478206640ba5e79489c249dc5ff4651d7
2019-12-06 20:36:23 +08:00
David Himmelstrup
eadc0ef23a Potrace example.
Former-commit-id: 5206414b9c83ce38fac903fc00a735207acff25d
2019-12-06 19:50:53 +08:00
David Himmelstrup
80321bbb61 Start potrace example.
Former-commit-id: a043a124b814c4f483347a7ef2f17f6677edfb77
2019-12-06 17:00:17 +08:00
David Himmelstrup
ec77c38ea2 Update tut text.
Former-commit-id: ad9266b099effe06059d4b390ac6d90f8a271477
2019-12-06 15:42:32 +08:00
David Himmelstrup
503b7f67d4 Fix warnings.
Former-commit-id: b922c1e63b3d7d36a322f3d1ddce662c8565851f
2019-12-05 19:02:42 +08:00
David Himmelstrup
1f5ed42288 Improve povray examples.
Former-commit-id: c7d6f6ced12cc3ee017d57bfc59fb0d54a1f5093
2019-12-05 18:59:54 +08:00
David Himmelstrup
8333d3d4f1 Improve povray examples.
Former-commit-id: b1101fe5b3a7b9bec0b6b92f303d42be8114d128
2019-12-05 17:17:22 +08:00
David Himmelstrup
e87e69c5b9 Get the perspective right in povray example.
Former-commit-id: dde6365fef0939b7c703de73ee25282ecaf55344
2019-12-05 08:17:32 +08:00