I never understood appeal of fractals. But after seeing what these two lines of code produce, I think I changed my mind.
— Andrei Kashcha (@anvaka) January 27, 2018
for (i = 0; i < 32 && |z| < 2; ++i) z = z^9 + c^6
color = |z| * rgb(i/64, i/38, i/28) pic.twitter.com/I8nud9Kf6l
from Twitter https://twitter.com/anvaka
January 27, 2018 at 02:58PM
via IFTTT
No comments:
Post a Comment