8 lines
No EOL
292 B
Markdown
8 lines
No EOL
292 B
Markdown
# mandelbrot
|
|
A rendering program for the mandelbrot set wrtitten in Rust.
|
|
This is a project for me to learn Rust.
|
|
|
|
##Possible features:
|
|
- a renderer for a mandelbrot zoom
|
|
- rendering around a pivot point with a given window size
|
|
- fix issue where everything breaks if the window is not square |