Text And Math
These examples focus on text rendering, equation semantics, and structured mathematical presentation.
Recommended Examples​
text_animationFocus: write, reveal, indicate, and simple draw semanticscode_blocksFocus: syntax-highlighted code as a first-class visual elementlatex_and_typstFocus: renderer-specific text plus a compact cross-renderer morphequation_and_matrix_animationFocus: equation continuity and matrix-step highlightingtablesFocus: one readable table with write and unwrite flowfourier_formula_traceFocus: a Fourier-series reconstruction where coefficients become rotating vectors
Good First Pick​
Start with text_animation if you want writing and reveal semantics. Start with code_blocks if the code itself is the lesson. Start with latex_and_typst if you care about mathematical typesetting first.
What To Look For​
- whether text arrives in a readable order
- whether equations feel semantically continuous rather than just moving shapes
- whether the scene stays focused on one text or math idea
Run Locally​
cargo run --example latex_and_typst