https://github.com/korigamik/cool-reanimate
A pretty LaTeX visualization using haskell
https://github.com/korigamik/cool-reanimate
haskell latex math-animations reanimate
Last synced: 3 months ago
JSON representation
A pretty LaTeX visualization using haskell
- Host: GitHub
- URL: https://github.com/korigamik/cool-reanimate
- Owner: KorigamiK
- License: other
- Created: 2023-05-19T06:57:04.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T03:43:08.000Z (about 3 years ago)
- Last Synced: 2025-04-01T21:49:21.980Z (over 1 year ago)
- Topics: haskell, latex, math-animations, reanimate
- Language: Haskell
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# A Reanimate Animation
## About
This is a test repository for learning the [Reanimate](https://hackage.haskell.org/package/reanimate) animation library.
It can be used as a starting point for creating new animations.
## Building
I ran into a lot of problems trying to use the `reanimate` library with `stack`.
It turned out to be a lot of trial and error to figure out what `ghc` compiler version was able to compile to library. The latest version that I was able to get working is `lts-18.28`.
To build the animation, run the following command:
```bash
$ stack build
```
To compile the animation, run the following command:
```bash
$ stack app/Main.hs -- render --format gif --compile
```