gendelbrot

Crates.iogendelbrot
lib.rsgendelbrot
version0.1.3
sourcesrc
created_at2024-08-17 02:14:31.426977
updated_at2024-08-17 16:58:15.79766
descriptionA small, simplistic mandelbrot image generator.
homepage
repositoryhttps://github.com/JohnTWilkinson/Gendelbrot
max_upload_size
id1341187
size45,591
(JohnTWilkinson)

documentation

README

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
Commit count: 0

cargo fmt