From 40a32f32699a70c63f7b083f6d662285d4d3022c Mon Sep 17 00:00:00 2001 From: Clemens-Dautermann Date: Mon, 22 Mar 2021 01:27:32 +0100 Subject: [PATCH] Readme additions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1ce229f..7a74969 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ # 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 \ No newline at end of file