You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Mandelbrot.WebGPU
2
-
A WebGPU-based visualization of the Mandelbrot set. This program allows users to explore the fractal interactively with mouse-based controls.
2
+
A WebGPU-based visualization of the Mandelbrot set. This program allows users to explore the Mandelbrot set with mouse-based controls.
3
3
4
4
## Features
5
5
- Interactive Panning: Click and drag the canvas to move around the Mandelbrot set.
6
-
- Zooming: Use the mouse wheel to zoom in and out of the fractal.
6
+
- Zooming: Use the mouse wheel to zoom in and out of the Mandelbrot.
7
7
8
8
## Limitations
9
9
Due to WebGPU's 32-bit floating-point precision, you cannot zoom infinitely into the Mandelbrot set. The precision constraints cause details to become less accurate at extreme zoom levels.
0 commit comments