add starting directions

This commit is contained in:
2025-03-30 20:18:46 -04:00
parent 31d04f0481
commit 1dde0f3c1a

View File

@@ -4,6 +4,8 @@
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. 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.
It's normal rust, so `cargo run` should fully compile and start it.
## Features ## Features
- Kind of infinite zoom in; wgsl, your vram, and your patience are the limiting factors - Kind of infinite zoom in; wgsl, your vram, and your patience are the limiting factors