Attractor Seeder

This tool will let you generate several values combinations for the variables that control an attractor, and immediatly see what the attractor looks like. You can easily copy those values afterwards.

You can generate Clifford or De Jong attractors.

Attractors size (px):

Points per attractor:

Equations:

xn+1 = sin(a * yn) + c * cos(a * xn)
yn+1 = sin(b * xn) + d * cos(b * yn)


a, b, c, and d will be generated randomly with values between -2 and 2.