Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 625 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 625 Bytes

Lorenz Attractor Animation

Screenshot not available

This script implements a CLI that lets users specify inital conditions for up to five simultaneous Lorenz Attractors, and generates a corresponding animation of their motion.

Inspired by Quantitative Bytes, and created with Pygame.

First install required packages:

pip -r install requirements.txt

Then run:

python3 lorenz.py

By Andrew Kerr kerrand@protonmail.com