mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-11 16:12:20 +00:00
Add 'Features' and 'Roadmap'
This commit is contained in:
parent
c9b2f8cc2b
commit
a3d66471a1
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -85,6 +85,21 @@ animation source code, the browser window will automatically reload and show the
|
|||
* Design overview: https://reanimate.readthedocs.io/en/latest/glue_tut/
|
||||
* N-Queens tutorial (somewhat dated, uses reanimate from October 2019): https://williamyaoh.com/posts/2020-05-31-reanimate-nqueens-tutorial.html
|
||||
|
||||
# Features
|
||||
|
||||
- [x] Cross-platform. Official support for Linux, MacOS, and Windows.
|
||||
- [x] Well-documented. API [reference documentation](https://hackage.haskell.org/package/reanimate/docs/Reanimate.html) include GIFs to illustrate behavior and in-depth tutorial/explanation articles are hosted on [readthedocs.io](https://reanimate.readthedocs.io/en/latest/).
|
||||
- [x] Advanced type-setting via LaTeX.
|
||||
- [x] Voice control: Align animation timings with a transcript.
|
||||
- [x] 3D graphics: Built-in support for integrating povray and blender.
|
||||
- [x] Mapping: Built-in support for GeoJSON and map projections.
|
||||
|
||||
# Roadmap
|
||||
|
||||
- Online playground for toying with reanimate scripts.
|
||||
- Easy-to-use font selection when using latex/xelatex/luatex.
|
||||
- Polygon morphing framework with support for several algorithms, including: linear interpolation, as-rigid-as-possible interpolation, and intersection-free interpolation.
|
||||
|
||||
# Authors
|
||||
|
||||
* David Himmelstrup.
|
||||
|
|
|
|||
Loading…
Reference in a new issue