Readme additions

This commit is contained in:
Clemens-Dautermann 2021-03-22 01:27:32 +01:00
parent 55b28bfa20
commit 40a32f3269

View file

@ -1 +1,8 @@
# mandelbrot # 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