A playground for beautiful technical-video animation tools — the kind of visuals you see on 3Blue1Brown, Reducible, Bartosz Ciechanowski's articles, and Quanta Magazine.
The repo curates animation/visualization toolkits, installs and tests each one locally, and produces sample renders side-by-side so you can pick the right tool per project.
→ STATUS.md — living audit document. Tracks every tool explored, every sample rendered, and every open question. Always up to date.
.
├── STATUS.md ← living audit doc, start here
├── docs/ ← research notes, reference channels, tool comparisons
├── tools/ ← one subfolder per animation toolkit (install + samples)
├── projects/ ← concrete explainer projects (first one: darts Monte Carlo)
└── inspiration/ ← external references, video links, screenshots
Given an aim point and a 2×2 aiming covariance matrix, compute the expected dart score. Sweep the aim point → get a heatmap. Find the argmax → optimal aim. Vary precision → trajectory of optimal aim. See projects/darts/.