Skip to content

hangita101/Prime-Image-Spiral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime Spiral

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]

Example

cargo run primes.png Final.txt

Example Image

Basically Convert list of primes to Polar coordinate display that polar point into Cartesian System

(r,theta) -> (r*cos(theta),r*sin(theta))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published