From e94f2e571693d2d00d65f52c47782b158c88105b Mon Sep 17 00:00:00 2001 From: RShields Date: Thu, 24 Oct 2024 21:19:57 -0700 Subject: [PATCH] Improve mandelbrot Switch from sliders to scrolling, increase canvas size, and render with more detail --- projects/mandelbrot.html | 68 +++++++++++++++++++++++++--------------- 1 file changed, 42 insertions(+), 26 deletions(-) diff --git a/projects/mandelbrot.html b/projects/mandelbrot.html index 963a5d9..b7b426e 100644 --- a/projects/mandelbrot.html +++ b/projects/mandelbrot.html @@ -4,13 +4,8 @@ Mandelbrot -
- x:
-
- y:
-
- zoom:
- +
+ Drag to move, scroll to zoom. At high zoom, the pixellation is caused by floating point error.