Skip to main content
Version: 0.1.6

Graphs And Fields

These examples cover 2D graphs, 3D curves, and field-driven flow.

  • graphs_2d Focus: axes, number plane, one function graph, sampled points, and labels
  • curves_3d Focus: one parametric space curve with camera framing
  • streamlines Focus: seeded trajectories through a field without mixing in arrow visuals
  • map_projection_morph Focus: projection distortion as a visual graphing-style idea

Good First Pick​

Start with graphs_2d for the clearest graphing introduction.

What To Look For​

  • whether the coordinate structure is easy to read
  • whether the scene teaches graphing, fields, or flow without mixing too many ideas
  • whether camera motion helps, especially in 3D, instead of becoming decoration

Run Locally​

cargo run --example graphs_2d