SkillAgentSearch skills...

Frustals

A library for fractals made by iteration in Rust

Install / Use

/learn @andrewyli/Frustals
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars41
CategoryDevelopment
Updated1y ago
Forks5

Languages

Rust

Security Score

75/100

Audited on Oct 18, 2024

No findings