Crates.io | mandelbruhst-cli |
lib.rs | mandelbruhst-cli |
version | 0.1.0 |
source | src |
created_at | 2023-05-14 04:32:30.50456 |
updated_at | 2023-05-14 04:32:30.50456 |
description | a command-line tool for plotting images of the mandelbrot set |
homepage | |
repository | |
max_upload_size | |
id | 864074 |
size | 50,174 |
This is a rewrite of an old project in Rust. The old one was written in Python, so this code is much more performant, seeing anywhere from 10-20x speed increase based on extremely un-scientific testing.
Hoping to eventually build out a GUI explorer, because image generation now only takes around a second.