8000 GitHub - andrewyli/frustals: A library for fractals made by iteration in Rust
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrewyli/frustals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frustals

A library for fractals made by iteration in Rust. This will use polynomial iteration with seeds to color a picture. Simply choose your polynomial, specify parameters for image size and graphing window, and edit color scheme. See test mandlebrot for more information.

cargo test will run all tests, generating a BMP of the Mandelbrot set. Make sure the path where the BMP is to be written to is changed to the desired path (ln 82 of complex_iterator.rs, it is currently set to /home/andrew/Downloads/test1.bmp)

Pictures:

Picture 1 Picture 2 Mandelbrot (tri-mandlebrot) Tribrot

About

A library for fractals made by iteration in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0