Skip to main content
Version: Next 🚧

Text And Math

These examples focus on text rendering, equation semantics, and structured mathematical presentation.

  • text_animation Focus: write, reveal, indicate, and simple draw semantics
  • code_blocks Focus: syntax-highlighted code as a first-class visual element
  • latex_and_typst Focus: renderer-specific text plus a compact cross-renderer morph
  • equation_and_matrix_animation Focus: equation continuity and matrix-step highlighting
  • tables Focus: one readable table with write and unwrite flow
  • fourier_formula_trace Focus: 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