Commit graph

814 commits

Author SHA1 Message Date
David Himmelstrup
9d7643a6cd Fix discord-bot haddock configuration. 2020-07-16 09:30:59 +08:00
David Himmelstrup
e40777a1a4 discord-bot: wibbles. 2020-07-15 23:13:19 +08:00
David Himmelstrup
d09ecfc7b1 discord-bot: support :t and :doc commands. 2020-07-15 19:01:31 +08:00
David Himmelstrup
bad9c8dbee discord-bot: add version command 2020-07-15 14:36:01 +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
8fbd5bb8fe discord-bot: install dependency needed for ctex. 2020-07-15 13:56:41 +08:00
David Himmelstrup
ebc633c8ea discord-bot: install blender, povray, and latex. 2020-07-15 09:37:52 +08:00
David Himmelstrup
644fc99e8d discord-bot: Set OverloadedStrings, import images/circlePlot/ternaryPlot. 2020-07-14 23:07:08 +08:00
David Himmelstrup
3670777695 discord-bot: support multiline scripts. 2020-07-14 22:44:02 +08:00
David Himmelstrup
13342b2a8e discord-bot: run stack directly such that the process can be interrupted. 2020-07-14 19:43:04 +08:00
David Himmelstrup
172cb67752 Restart bot if a script timed out. 2020-07-14 19:39:31 +08:00
David Himmelstrup
c9d3827beb
Link to docker hub 2020-07-14 16:15:20 +08:00
David Himmelstrup
565b183dfd Add shield for discord-bot build status. 2020-07-14 15:11:38 +08:00
David Himmelstrup
e3c43c2dfa discord-bot: timeout and other wibbles. 2020-07-14 14:48:22 +08:00
David Himmelstrup
3c310f079f
Discord bot (#108) 2020-07-14 13:49:27 +08:00
David Himmelstrup
d32b485548
Use Discord invite link 2020-07-12 18:57:01 +08:00
David Himmelstrup
410610424b
Add Discord badge. 2020-07-12 18:54:47 +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
d64e36fe05
Use high-performance earcutting algorithm (#105) 2020-07-11 14:35:06 +08:00
David Himmelstrup
668a5f0391 Revert "Switch to better earcutting algorithm."
This reverts commit cabf77cceb.
2020-07-11 10:13:47 +08:00
David Himmelstrup
cabf77cceb Switch to better earcutting algorithm. 2020-07-11 09:53:29 +08:00
David Himmelstrup
c3363f07d6 Update docs for 'boundingBox'. 2020-07-10 14:21:58 +08:00
David Himmelstrup
3a46ec4753 Update changelog. 2020-07-10 14:17:57 +08:00
David Himmelstrup
6c0969abbd Web-viewer: Forward stderr messages to terminal output, don't truncate error messages, properly format run-time error messages. 2020-07-10 10:05:07 +08:00
David Himmelstrup
5211fcfa51
Add badges for stackage 2020-07-09 19:18:12 +08:00
David Himmelstrup
efc209fc80 Add '--partial' flag to driver. 2020-07-09 18:22:59 +08:00
David Himmelstrup
6310dd6ffe
CI: Install hmatrix (#101)
New behavior:
 * hmatrix is always enabled on macos and Linux.
 * hmatrix is disabled by default on windows but can be enabled by passing '--flag reanimate:hmatrix'.
 * hmatrix is enabled for Windows on CI servers.
 * hmatrix for macos and Linux defaults to blas and lapack (but can also use openblas).
 * hmatrix for Windows has to use openblas.
2020-07-09 12:55:47 +08:00
David Himmelstrup
97056932e0 Morph: Disable polygon splitting. 2020-07-09 10:16:21 +08:00
David Himmelstrup
15c392f9a7 Fix windows CI. 2020-07-09 09:26:01 +08:00
David Himmelstrup
a15b928236 Add 'here' dependency to examples where required. 2020-07-08 23:29:22 +08:00
David Himmelstrup
7226456e63 Disable haddock on Windows CI. 2020-07-08 16:30:07 +08:00
David Himmelstrup
5833157a0c Clean up CI scripts. 2020-07-08 15:24:38 +08:00
David Himmelstrup
ae251e10d4 hmatrix is not available on windows. 2020-07-08 14:22:46 +08:00
David Himmelstrup
1c8942c1ae Print error if ffmpeg doesn't support SVGs and no raster engines are available. 2020-07-08 14:17:06 +08:00
David Himmelstrup
946f4088e2 Remove explicit resolvers. 2020-07-08 11:37:29 +08:00
David Himmelstrup
677f54a7ff Update ChangeLog. 2020-07-08 11:36:28 +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
da6d767ebb CI: Set timeout to 2 hours on all platforms. 2020-07-06 14:43:13 +08:00
David Himmelstrup
d731dcb383 Update repository references. 2020-06-25 09:37:14 +08:00
David Himmelstrup
61662476a9 Fix warnings. 2020-06-24 23:07:56 +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
dcb6ab6c94 Merge branch 'master' of github.com:Lemmih/reanimate
Former-commit-id: e0f312846bd0df888877943211053d843712939f
2020-06-24 22:33:08 +08:00
David Himmelstrup
3fdf08567c Delete unnecesarry data files.
Former-commit-id: d71cd2da2dcb9240ab17e4d89f26a26a6b072e84
2020-06-24 22:31:54 +08:00
David Himmelstrup
cf9f9aa829 Morphology Core (#69)
Former-commit-id: 315904d06958e8957682bad63a85a0dc4899458d
2020-06-24 22:03:02 +08:00
David Himmelstrup
c8d9fa6204 Draft article about fonts (#95)
Former-commit-id: 002f55748d12811f0c8bf0d9b3df9a6674274cdd
2020-06-24 22:02:09 +08:00
David Himmelstrup
c45ba63e6c Fix hlint warnings.
Former-commit-id: 52195739a549add620d2fa274a43a689583b984f
2020-06-18 15:46:53 +08:00
David Himmelstrup
a878c8da20 Remove rendered videos.
Former-commit-id: c786f84f6e06d11a14ef4b5db405be3d93eace71
2020-06-15 14:39:02 +08:00
David Himmelstrup
3bc6cb0ab5 Make video sizes responsive.
Former-commit-id: 88534639c2b375d648b46ad7ac8690ddad8b4721
2020-06-15 14:37:28 +08:00
David Himmelstrup
408d0afba0 Remove unused doc gifs.
Former-commit-id: 607a9a8a9aed09157f5f620631467629e1cfb609
2020-06-15 14:26:16 +08:00
David Himmelstrup
2a6e0eb4ce Removed gallery files.
Former-commit-id: 75817c3feeaa913ba4810ce3c5d27ad63ced805b
2020-06-15 14:26:16 +08:00