Commit graph reanimate/.azure/azure-osx-template.yml
Author SHA1 Message Date
David Himmelstrup
30359e9d37
Add 'signalS' and signalO for applying easing functions to sprites/objects. (#260) 2022-01-23 17:27:43 +01:00
David Himmelstrup
16fd952c9a
Rework live reloading. (#191) 2021-01-04 13:17:34 +08:00
David Himmelstrup
fb868cab9b
Run playground tests on PRs without deploying to GitHub Pages. (#148) 2020-09-03 15:32:41 +08:00
David Himmelstrup
61fd6bc743
Support both cabal and stack in the test-suite. (#139) 2020-08-25 09:57:39 +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
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
5833157a0c Clean up CI scripts. 2020-07-08 15:24:38 +08:00
David Himmelstrup
da6d767ebb CI: Set timeout to 2 hours on all platforms. 2020-07-06 14:43:13 +08:00
David Himmelstrup
248ef257eb Improve CI on osx.
Former-commit-id: 83c49ae5730cc376a6a1f9a2ae3fdc7e0a7586f5
2020-05-30 22:43:21 +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
9b19e9c132 Evict osx cache.
Former-commit-id: 1f145e65df1024f101b7f785a58230b9b087b216
2020-05-11 13:51:46 +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
David Himmelstrup
f7e330725a Don't build test suite by default.
Former-commit-id: 1c4aa04eab09b40ab9c0a56fe452f92a152c2146
2020-02-25 09:00:05 +08:00
David Himmelstrup
ff2f7f614b Documentation (mostly for scenes) (#58)
Former-commit-id: 76fe4a261710ff744d09c9dd0a9b694f759fda41
2020-02-22 20:32:31 +08:00
David Himmelstrup
cbfb95f9be Geo projections (#52)
Former-commit-id: bc6475b83149db308bf541f1a49b6a8e67729a81
2020-02-11 19:10:45 +08:00
David Himmelstrup
bfb3b0f874 Evict macOS cache.
Former-commit-id: a2d91a5163abb01aa105a87ee1a439d7002030c0
2020-02-07 22:38:46 +08:00
David Himmelstrup
b93c35af63 Clean up azure build scripts.
Former-commit-id: 0fb24bf510f09cb5a757c3f78e901f92d84d3531
2019-12-13 20:04:00 +08:00
David Himmelstrup
3a7016f093 Use improved cache task.
Former-commit-id: bdb1cfedadbe2407beb9f8999eb5cd0157972e8a
2019-12-13 19:35:09 +08:00
David Himmelstrup
767d932f58 Try to fix azure builds.
Former-commit-id: e29760154bf6482c07c33edc37c0ce7f9dd0d321
2019-12-13 19:34:21 +08:00
David Himmelstrup
3b23b86b3a CI: azure wibbles on osx.
Former-commit-id: c911b11e213b4e413f6290250af98619597c4dad
2019-10-03 17:39:14 +08:00
David Himmelstrup
39b46248a6 Improve test environment. (#17)
Install ffmpeg on linux, mac and windows.

Former-commit-id: 94b989b621265c1454793d129d9ca3321dfa513a
2019-09-24 19:43:06 +08:00
David Himmelstrup
14c6f7bca8 2D physics simulations using Chipmunk2D. (#16)
* Basic 2D physics support.

* PolyShape: Code for decomposing arbitrary shapes into convex polygons.

Former-commit-id: 6cdce508f8bb7b6a20833d1e5204b93e7b19707f
2019-09-24 10:12:01 +08:00
David Himmelstrup
6974e10a4b Turn warnings into errors.
Former-commit-id: ab53aa555f431e00ec7b1a7ba23dac1608e95598
2019-09-17 18:47:31 +08:00
David Himmelstrup
f3ae9dd158 Azure pipeline builds on linux, mac, and windows, with lts-13, lts-12, and lts-11. (#6)
Former-commit-id: 6601430ad697969649cebdc333481e09aec9569d
2019-09-14 17:35:01 +08:00