Create beautiful presentations and visualizations inspired by Escher.
- Typst presentation template
- CLI tool for generating presentations from Typst files
- Python package for Escher-inspired numpy array visualizations
npm install -g esch
pip install esch
esch presentation input.typ
import esch
from jax import random
rng = random.PRNGKey(0)
data = random.normal(rng, (100, 37, 37))
esch.hinton(data).saveas('hinton.svg') # save a svg animation with 100 frames (each frame is a 37x37 hinton-like plot)
- Clone the repo
- Install dependencies:
npm install
andpoetry install
MIT
For detailed documentation, visit our docs.