diff --git a/README.md b/README.md index 6eac506..a477fd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fractal Viewer -![screenshot image here](screenshot.png) +![screenshot image here](screenshots/2.png) This is a mandelbrot set viewer written for fun bc it looks weird and cool to me. It's called fractal because it's easy to change the fractal in the code, and I would like to have some sort of simple scripting language for it eventually. @@ -50,3 +50,11 @@ not in order of priority - add checkpointing that somehow lets you save & return to locations; even if this isn't added, add camera reset to easily get back to initial state; would also let you share locations with other people - zoom in on mouse - others controls for mouse; click & drag to move, maybe right click could be snapshot + +## Cool Screenshots + +
+![screenshot image here](screenshots/1.png) +![screenshot image here](screenshots/2.png) +
+ diff --git a/screenshot.png b/screenshots/1.png similarity index 100% rename from screenshot.png rename to screenshots/1.png diff --git a/screenshots/2.png b/screenshots/2.png new file mode 100644 index 0000000..c9bae1a Binary files /dev/null and b/screenshots/2.png differ diff --git a/screenshots/3.png b/screenshots/3.png new file mode 100644 index 0000000..454234f Binary files /dev/null and b/screenshots/3.png differ