An open API service indexing awesome lists of open source software.

https://github.com/srid/anima-haskell

Playground for creating animations programatically
https://github.com/srid/anima-haskell

Last synced: 9 months ago
JSON representation

Playground for creating animations programatically

Awesome Lists containing this project

README

          

# anima

I want to visualize and animate my thoughts and ideas. This repository uses `reanimate` (see [overview](https://reanimate.readthedocs.io/en/latest/glue_tut/)).

## Interactive creation

Run `bin/run`, and then open `output.gif` by side in VSCode. The gif preview will update automatically as you change the Haskell source.

image

![output](https://user-images.githubusercontent.com/3998/147855636-0335cd76-6157-4e1f-a518-094a4cd71364.gif)

If you want a .mp4 instead, modify `.ghcid`. MP4 is higher res, but it also slower to update. Just like the gif, you can view the mp4 by side in VSCode.

https://user-images.githubusercontent.com/3998/147855637-93abdfed-4078-4d9d-8d2f-9caa8410f6d6.mp4