Commit graph reanimate/examples
Author SHA1 Message Date
Anjali Smith
d0263d15aa
Fork() and Waitpid() Simulator (#288)
Co-authored-by: Anjali Smith <anjalismith@Anjalis-Air.home>
2022-06-12 11:56:42 +02:00
David Himmelstrup
30359e9d37
Add 'signalS' and signalO for applying easing functions to sprites/objects. (#260) 2022-01-23 17:27:43 +01:00
Mike Pilgrem
a9b9728f0f Update POV-Ray examples to avoid POV-Ray warnings
This pull request updates the POV scripts in the two POV-Ray examples to avoid the warning messages in POV-Ray 3.7 (released November 2013).

POV-Ray 3.7 requires the `version` directive.

POV-Ray 3.7 considers the `assumed_gamma` keyword to be mandatory.

POV-Ray warns when a `polygon` is not closed.

POV-Ray warns when a scaling component is omitted.
2021-10-17 10:14:51 +08:00
David Himmelstrup
0e580e0fdf
Use newest reanimate-svg. (#197) 2021-02-20 18:46:26 +08:00
David Himmelstrup
33056d4372 Update test suite. 2021-02-06 18:44:58 +08:00
Xie Ruifeng
ccc69c0d83 add an example for using mathChunks with non-trivial Traversable 2020-11-10 08:36:51 +08:00
David Himmelstrup
e7bce27d12 Switch back to stylish-haskell and enumerate imports. 2020-10-10 18:17:01 +08:00
David Himmelstrup
96cd95f865 Add logos from svgporn.com 2020-10-10 17:25:15 +08:00
David Himmelstrup
e9a2bd3bd0 Depend on reanimate-svg >= 0.13 2020-10-10 15:19:55 +08:00
Michal Kukiela
f14192f637 Move .golden files to a subdirectory. (#78) 2020-10-09 16:53:39 +08:00
David Himmelstrup
edd776beac
Add a few more built-in font configurations. (#179) 2020-10-08 15:26:19 +08:00
David Himmelstrup
3a1c6e4166
How-To article about the LaTeX font catalogue (#174) 2020-10-04 00:17:15 +08:00
David Himmelstrup
009a9e2188
Support multiple latex configurations. (#173)
* Support multiple latex configurations.

* Don't look for pdf2svg/dvisvgm unless they are actually required.
2020-10-01 14:26:45 +08:00
Jan Hrcek
0aca2333e2
Fix some hlint warnings, and more consistency in examples (#167)
* Remove redundant brackets

* Various hlint fixes

* Remove unused language pragrams and other fixes

* Use addStatic more consistently in examples

* Rename remaining usages of sceneAnimation to scene
2020-09-20 22:51:22 +08:00
David Himmelstrup
217c54ab38
cleanup (#166)
* Remove unused import.

* Add missing documentation.
2020-09-19 22:18:21 +08:00
David Himmelstrup
d37e71ca94
Use V2 instead of tuples and rename 'sceneAnimation' to 'scene'. (#165) 2020-09-19 22:17:51 +08:00
David Himmelstrup
f207019713
Use reanimate-svg-0.11.0.0 (#161)
* Use new reanimate-svg.
* Disable nix workflow.
2020-09-08 14:01:18 +08:00
David Himmelstrup
45ca5781e1
Minor style changes. (#155)
* Bump docker watch interval to 30mins.

* Style changes.
2020-09-04 10:15:10 +08:00
David Himmelstrup
fd38077260 Make the HelloWorld example more interesting. 2020-09-02 18:47:45 +08:00
Ben Ford
f6f388c8da
Adding haskell.nix based default and shell.nix (#141)
Co-authored-by: Ben Ford <ben@perurbis.com>
2020-09-02 09:47:04 +08:00
David Himmelstrup
51263e2fba Fix minor bug. 2020-09-01 18:17:32 +08:00
David Himmelstrup
0191ab9123 Fix tests. 2020-09-01 15:48:30 +08:00
David Himmelstrup
755fb02c6c Rewamp object effects. 2020-09-01 14:15:06 +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
ce296bc5d2 Fix import. 2020-08-26 18:47:50 +08:00
David Himmelstrup
117179cf60
[WIP] Use hgeometry instead of custom code (#142) 2020-08-26 17:39:13 +08:00
David Himmelstrup
daadc55e0d Update module names. 2020-08-26 15:50:51 +08:00
David Himmelstrup
d539763fec Get rid of 'fromListS'. 2020-08-25 18:21:56 +08:00
David Himmelstrup
0e58fc66e6 Write API documentation for cameras. 2020-08-25 18:16:25 +08:00
David Himmelstrup
141b5bfe27 Remove unused import. 2020-08-25 16:49:15 +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
0d4a5801de
Morphology (#112)
* Move hmatrix dependency out of reanimate's core.

* Move chiphunk to a separate package.
2020-08-07 15:34:26 +08:00
David Himmelstrup
d1b0a50e51
More haddock docs. (#131)
* More haddock docs.

* Remove unused imports.

* Replace '#' with '&' from Control.Lens
2020-08-07 11:09:15 +08:00
David Himmelstrup
78a5b15eca
Wrap CubicBezier with more convenient types. (#122) 2020-08-01 09:39:54 +08:00
David Himmelstrup
3979e55fac Add missing example. 2020-07-31 11:25:55 +08:00
David Himmelstrup
5e9ec78957 Dim the colors of the blender example. 2020-07-30 16:48:22 +08:00
David Himmelstrup
4f66694772 Increase blender resolution. 2020-07-29 12:20:48 +08:00
David Himmelstrup
952efbde95 Update blender example for color accuracy. 2020-07-29 11:30:06 +08:00
David Himmelstrup
63fd198739
Improve filter effect support (#119)
* Depend on newer reanimate-svg.
2020-07-28 22:37:51 +08:00
David Himmelstrup
61b5b52b00 Simplify default cube example. 2020-07-28 15:05:58 +08:00
David Himmelstrup
2c952763a3 Fix more povray scripts. 2020-07-28 14:22:25 +08:00
David Himmelstrup
d2bf6e8c9c Fix potrace example. 2020-07-28 11:37:20 +08:00
David Himmelstrup
c149e86b41 Fix warnings. 2020-07-28 11:37:14 +08:00
David Himmelstrup
c569f203fd Recursively replace 'use' tags. 2020-07-28 11:10:59 +08:00
David Himmelstrup
d8ba753b31 Add regression test and drop debug output. 2020-07-27 18:44:24 +08:00
David Himmelstrup
5d05255dee Remove unused import. 2020-07-25 14:26:43 +08:00