Programs i wrote and what i'm doing

I write in Python, C++ and processing/p5.js. some examples i could implement here are below. The more useful stuff (like downloading my music) will also be covered.

Here is conways game of life. Draw and have fun.

I wondered how you would set a sail optimally while sailing. Here is a script where you can try it yourself.

Red is your Sail, green is your rudder, white is the resulting force on the sail and blue the net force on your ship.

Set the rudder with A and D, Change the wind direction with Z and C and give yourself a nudge with W.

Mandelbrot Set. If you like maths, you will know it. Just zoom in and look for yourself.