Skip to content

carcigenicate/mandelbrot_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Mandelbrot Explorer Re-Write

This is my attempt to re-write my old Mandelbrot Set Explorer written in Clojure.

Image generation works, but I'm having difficulties with the UI.

Use

To have it generate an image, run

cargo run

The location in the complex plane can be set in main.rs, and the exact coloring can be set in ui/image.rs (color_f). I didn't simplify it because I didn't intend to leave it in this state for very long.

About

A reimplementation of my older Clojure project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages