Skip to content

Commit 5850da3

Browse files
authored
Update README.md
1 parent abb860e commit 5850da3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# mandelbrot
22

3-
Interactive Mandelbrot set visualizer. Uses the [ebiten][3] game library to run an interactive window.
3+
Interactive Mandelbrot set visualizer.
4+
5+
Uses the [ebiten][3] game library to run an interactive window. To allow rendering in realtime with user input, some approximation is used to skip computations for some pixels, leading to frames improving in appearance as user input stops and re-rendering happens.
6+
7+
A still frame from the visualizer:
8+
![still](https://user-images.githubusercontent.com/6401746/102289976-e16ea800-3ef4-11eb-9559-23161ad58e88.png)
9+
10+
Here is what the program looks like when used interactively, keep in mind the quality here is poor due to the low gif framerate and additional compression:
11+
![live](https://user-images.githubusercontent.com/6401746/102290677-5bebf780-3ef6-11eb-90d6-be43bcebf90d.gif)
412

513
## Usage
614

0 commit comments

Comments
 (0)