Skip to content

Chaos Equations

Math Chaos

Simple mathematical art created with C++, OpenGL, and other libraries. This project explores artistic patterns generated through chaotic recursive equations.

These are plots of random recursive equations, which often produce chaos, resulting in beautiful patterns. For every time t, a point (x,y) is initialized to (t,t). The equation is applied to the point many times, and each iteration is drawn in a unique color.

Key Action
A Automatic Mode (randomize equations)
R Repeat Mode (keep same equation)
C Center points
D Dot size Toggle
I Iteration Limit Toggle
T Trail Toggle
P Pause
LShift Slow Down
RShift Speed Up
Space Reverse
N New Equation (random)
L Load Equation
S Save Equation

Run the exe file, from a Windows PC, or wine on Linux.