Skip to content

daniel-j-anderson-dev/mandlebrot

Repository files navigation

Summary

A simple library that can generate raw pixel data of a portion of the Mandlebrot set.

This library also supplys simple command line tools that can be helpfull for getting started quickly. Right now only grayscale is supported, but supprot for color profiles is planned.

Can create:

  • image::color::RgbImage
  • epaint::image::ColorImage

Quickstart Usage

after cloning source use cargo test terminal to specify the image resolution, complex plane origin, viewport scale, and iteration cut off

High Resolution Example

Image saved with image crate

About

A simple Mandlebrot set image generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages