A circle gets bigger in Python!
in
Processing with Other Languages
•
1 year ago
I'm not sure this section is for python or not. Right now, I'm doing the project use python language but based on processing (processing like a module I think). I don't know how to animate a circle getting bigger through time in Python, it seems the def draw() doesn't work as processing's void draw(). It always stop at the end of the loop and show all the circles it did draw (not like draw a circle and place a white background on it then draw again). Someone helps please. If you don't get what I mean, please ask me again (i guess I will try another way to explain, sorry my English)
1