Array of extruded shapes is too slow

According to your double loop i range(10) x j range(10) in draw(), 100 PShape objects are append() to list circleList non-stop at about 60 FPS! :cold_sweat:

1 Like