attractors is a package for simulation and visualization of strange attractors.
The simplest way to install the module is via PyPi using pip
pip install attractors
Alternatively, the package can be installed via github as follows
git clone https://github.com/Vignesh-Desmond/attractors cd attractors python -m pip install .
To set up the package for development and debugging, it is recommended
to use Poetry. Just install with
poetry install
and let Poetry manage the environment and
dependencies.
To generate video output, the package uses ffmpeg. Download and install from here according to your os and distribution and set PATH accordingly. Note that this is only required for generating video output.
Read documentation on readthedocs.io
See changelog for previous versions
Read contributing on how to contribute.
This package is licensed under the MIT License