Mini Clifford Attractor
June 2016 - October 2017
A Clifford attractor simulator in 220b/279b, enhanced during #golfctober 2017).
You can edit the 4 parameters A/B/C/D at the beginning, or keep the ones by default.
- Github
- Demo: SD (svg) / HD (canvas)
<canvas id=c><svg onload=c.width=c.height=999;z=c.getContext`2d`;[A,B,C,D]=prompt('A,B,C,D','-1.8,-2,-.5,-.9').split`,`;setInterval`with(Math)for(i=1e4;i--;)z.fillStyle='rgba(0,0,0,.01)',z.fillRect(500+199*(X=sin(A*Y)+C*cos(A*U)),500+199*(Y=sin(B*U)+D*cos(B*Y)),1,1${U=Y=1}U=X)`>
Github: here