Skip to content

adri326/newton-fractal.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newton's Fractal in Rust

This is a Rust implementation of the Newton Fractal.

See an animation of it here (SD but noisier version).

As of right now, all of the customization is done through hard-coded constants in src/main.rs. The code is currently in a spaghetti state. Sorry for that :)

Installation and running

You will need an installation of rustc+cargo. Then, git clone this repository, create the output directory and run with --release:

git clone https://github.com/adri326/newton-fractal.rs newton-fractal
cd newton-fractal
mkdir -p output

# You may edit src/main.rs now, to tweak some of the parameters, especially the resolution and the number of threads

cargo run --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages