Simple mode
Use the p5 Python starter template, but without the hassle of starting with setup(), or worrying about the difference between setup() and draw()
Last updated
Use the p5 Python starter template, but without the hassle of starting with setup(), or worrying about the difference between setup() and draw()
Last updated
background(frameCount%255)
drawTickAxes()
circle(400,bounce(0,height,10),20)