Joy
Joy is a tiny creative coding library in Python.
shape = circle(x=100, r=50) | repeat(100, scale(0.97)|rotate(10))
show(shape)
Documentation: https://anandology.com/joy
Source Code: https://github.com/anandology/joy
Joy is a tiny creative coding library in Python.
shape = circle(x=100, r=50) | repeat(100, scale(0.97)|rotate(10))
show(shape)
Documentation: https://anandology.com/joy
Source Code: https://github.com/anandology/joy