Thomas’ Cyclically Symmetric Attractor:
a = 0.19;
ẋ = -a * x * sin(y)
ẏ = -a * y * sin(z)
ż = -a * z * sin(x)
Renderer from Fairy Dust