#command-line #mandelbrot #generator

app gendelbrot

A small, simplistic mandelbrot image generator

4 releases

0.1.3 Aug 17, 2024
0.1.2 Aug 17, 2024
0.1.1 Aug 17, 2024
0.1.0 Aug 17, 2024

#241 in Math

25 downloads per month

MIT license

15KB
162 lines

A simple, multithreaded mandelbrot image generator for the command line. This tool uses the time escape algorithm to check whether a pixel is in the mandelbrot set or not, coloring the pixel black if it is, and white if it's not. It also supports command line arguments to specify the image size, number of threads to use, location to render, and more.

Installation

To install, run the following command:

cargo install gendelbrot

If cargo is not installed, see https://www.rust-lang.org/tools/install

For details on how to use this tool once it is installed, type:

gendelbrot -h

Dependencies

~4.5MB
~85K SLoC