Julia Set with Numpy and py5

Lovely !

One thing I would like to try is testing animated sketches where most calculations can be vectorized and compare with their Python mode versions with regular for loops to measure the differences in speed. I’m thinking about algorithms with:

  • extensive grid operations (ex: Game of Life, texture synthesis)
  • numerous distance calculations (ex: Metaballs are almost impossible to animate in Python mode)
  • numerous force calculations (ex: physics simulations, differential growth)
2 Likes