Commit graph reanimate/docs
Author SHA1 Message Date
David Himmelstrup
3f5c240757 Update doc gif. 2020-08-27 17:42:57 +08:00
David Himmelstrup
aed34fb5d9 Yet more haddock documentation. 2020-08-27 16:46:53 +08:00
David Himmelstrup
aa4656d77d Update stylish preferences. 2020-08-27 13:42:59 +08:00
David Himmelstrup
0ea12c58f9 More API docs. 2020-08-27 11:13:45 +08:00
David Himmelstrup
0e58fc66e6 Write API documentation for cameras. 2020-08-25 18:16:25 +08:00
David Himmelstrup
41d6a1d9f1 Write more API documentation. 2020-08-25 16:38:29 +08:00
David Himmelstrup
f0313ea14b Document the GeoJSON module. 2020-08-25 15:49:06 +08:00
David Himmelstrup
83e4ecd987
Polish object interface (#138) 2020-08-25 13:51:32 +08:00
David Himmelstrup
9cf33b9444 Remove link to gallery and disable link to morphology article. 2020-08-11 15:33:07 +08:00
David Himmelstrup
b6975d705d Don't build gh-pages for PRs. 2020-08-07 09:15:50 +08:00
David Himmelstrup
63a4b918b1 docs: justify text. 2020-07-29 16:12:59 +08:00
David Himmelstrup
1d7f7acdf1 Fix ctex doc gif. 2020-07-20 17:39:12 +08:00
David Himmelstrup
05b7516f30
Discord bot article (#111) 2020-07-16 22:55:34 +08:00
Mike Pilgrem
4b338de094 Prefer 'magick' command to 'convert', if available
ImageMagick version 7 provides command 'magick' (as well as legacy 'convert'), is readily available on Windows but is not, currently, readily available on Ubuntu.

On Windows, the name of ImageMagick's `convert` utility clashes with Microsoft's `C:\Windows\System32\convert.exe` utility. Using `magick`, if available, avoids the conflict.

For clarity and to be command name-agnostic, the raster option name is changed from 'convert' (the command) to 'imagemagick' (the name of the software).

For consistency with the version 7 command name, references in the code to 'convert' are changed to 'magick', throughout.
2020-07-07 09:02:17 +08:00
David Himmelstrup
d731dcb383 Update repository references. 2020-06-25 09:37:14 +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
3bc6cb0ab5 Make video sizes responsive.
Former-commit-id: 88534639c2b375d648b46ad7ac8690ddad8b4721
2020-06-15 14:37:28 +08:00
David Himmelstrup
2a6e0eb4ce Removed gallery files.
Former-commit-id: 75817c3feeaa913ba4810ce3c5d27ad63ced805b
2020-06-15 14:26:16 +08:00
David Himmelstrup
fe1a2e9ee9 Move glue tutorial to imgur.
Former-commit-id: c67a532677c00d7ce65727abc2898db5448d2a96
2020-06-15 14:26:16 +08:00
David Himmelstrup
56624665ca Fix yet another typo.
Former-commit-id: f0a40b100a1e5ae7dc9532c978da9b7be57023fb
2020-06-04 20:15:46 +08:00
David Himmelstrup
de9f8eaf1a Fix typo
Former-commit-id: c36db694cf76ec80785a28a0ce8a743756f7f657
2020-06-04 19:40:02 +08:00
David Himmelstrup
6d7e2e47f0 Improve color-theory article.
Former-commit-id: 7c4fde1fd725bac2a92aa7a44e9f4e86a1202456
2020-06-04 18:46:59 +08:00
David Himmelstrup
1e924c54e9 Add showcase article about color-theory.
Former-commit-id: 6697c9842f0b85f31bfdfa9b56ad78f074488b96
2020-06-04 18:24:31 +08:00
David Himmelstrup
354d3485a7 Voice control: Fix grammar.
Former-commit-id: 3ac9c5bcf46f9a6915f17e726d22d108fb516b6f
2020-05-23 15:01:52 +08:00
David Himmelstrup
d02a63b962 Try to force plaintext formatting.
Former-commit-id: 3a5878e60d27723855be89c0ca351e45561cc4bb
2020-05-23 10:21:52 +08:00
David Himmelstrup
4e566ef95e Fix formatting for plaintext.
Former-commit-id: c8968042e8d17328518f6fc191272e7a9fd2fc24
2020-05-23 09:56:32 +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
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
96bac67135 Add 'Core Concepts' rtfd article.
Former-commit-id: 251910ca2f44f03777cacc32d53630e1b8d1bee8
2020-05-14 10:48:21 +08:00
David Himmelstrup
84ba78c890 Add documentation for 'withViewBox'.
Former-commit-id: 2797121d09679950ac35b1bd08e9c6bfbedc5267
2020-05-14 10:07:05 +08:00
David Himmelstrup
ef8121d66e Fix size of doc_hsv.gif
Former-commit-id: 4a43783d6cddfcc05d21d441c8c62cd96f011f89
2020-05-12 15:00:37 +08:00
David Himmelstrup
01baecb88b Improve and expose 'mkImage'.
Former-commit-id: eef95441c47ed3a798b1261e17b6018ea9281344
2020-05-12 13:16:16 +08:00
Rodrigo Bernardo
bf03300dbf Fix typo
s/scritping/scripting

Former-commit-id: 8ccb05beb27b3aaa7fa0823e37ed379643043e57
2019-12-10 01:20:09 +00:00
David Himmelstrup
774b0982c5 Mute gallery to enable autoplay on mobile chrome.
Former-commit-id: 52e5bc0891f267d785d8b80d7b55e1723fb13955
2019-12-09 21:30:20 +08:00
David Himmelstrup
93f53e9eec Mark all videos as muted.
Former-commit-id: 499753ddcdb74e9aa130e99f26026f4a71927b4e
2019-12-09 21:23:39 +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
73ba18476a Include rendered blender example.
Former-commit-id: 87d70b857a55aa42baf612849a6ffe1457b31049
2019-12-08 19:53:44 +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
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
8247dfdd38 Wibble.
Former-commit-id: c009c52690435df93fc1f953258d78650daaae8c
2019-12-04 16:38:33 +08:00
David Himmelstrup
e90f93a0e2 Update tutorial.
Former-commit-id: f26d6e4164a5baf82671b8079981bfddc247a17c
2019-12-04 16:28:04 +08:00
David Himmelstrup
a8192aa099 Better latex example and a few bug fixes.
Former-commit-id: c08f4f7b31996b8a6672a91d86724ea57869d043
2019-12-03 23:20:11 +08:00
David Himmelstrup
6e40999b33 First stab at physics example for tutorial.
Former-commit-id: 904d556aa1b0beaaeb8adae67dedd63c57abb6da
2019-12-03 17:00:27 +08:00
David Himmelstrup
4283793c5a Elaborate tutorial.
Former-commit-id: 31267dbb1675723b3b9afde806d215b358a7abac
2019-12-03 16:01:18 +08:00
David Himmelstrup
34c516da7d Doc update.
Former-commit-id: 0ac513acaa1b81360df1acadf18cc5e07307a109
2019-12-02 16:27:46 +08:00
David Himmelstrup
8557b728c3 Doc update.
Former-commit-id: def59778e637347c54eefe04a73ae57400517dcb
2019-12-02 15:32:25 +08:00