Expand description
§Attract
A Rust library for visualising dynamical systems, particularly strange attractors.
This crate provides tools for generating and rendering mathematical attractors, with configurable settings and multiple sampling methods.
Structs§
- Chirikov
- The Chirikov Standard Map defined by the equations:
- Clifford
- The Clifford attractor defined by the equations:
- DeJong
- The
DeJongattractor defined by the equations: - Duffing
- The Duffing attractor defined by the equations:
- Gingerbreadman
- The Gingerbreadman map defined by the equations:
- Henon
- The
Henonattractor defined by the equations: - Ikeda
- The Ikeda map defined by the equations:
- Settings
- Configuration settings for rendering.
- Tinkerbell
- The Tinkerbell map defined by the equations:
Enums§
- Generator
- Complex number generators.
Traits§
- Attractor
- Trait defining the interface for attractor implementations.
Functions§
- render
- Multi-threaded rendering of the attractor.