I saw this 3b1b video link I though it was intresting I did prime number generator link Using that i create a list of prime numbers
to use it
cargo run [path to image] [path to prime list]
cargo run primes.png Final.txt
Basically Convert list of primes to Polar coordinate display that polar point into Cartesian System
(r,theta) -> (r*cos(theta),r*sin(theta))