Chaos Equations
Math Chaos
Chaos-Equations
Section titled “Chaos-Equations”Simple mathematical art
This is for trying many arts using simple mathmatic equations and simulate them using c++,CASSERT,SFML,OPENGL.
Summary
Section titled “Summary”These are plots of random recursive equations, which often produce chaos, and results 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.
=========================================================
ShowCase
Section titled “ShowCase”Controls:
Section titled “Controls:”‘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.