|
|
|
|
|
by lovasoa
1827 days ago
|
|
Your link gives a 404, I think there is a problem with the path in the URL. And since you are talking about the fastest mandelbrot on the web, here is my contribution https://mandelbrot.ophir.dev It renders in real time and is fully interactive, all in pure js. |
|
The reason I said fastest is cause I wrote the hot loop with SIMD instructions. I'll be adding in period checking and stuff in a couple months time, will be sure to refer your work then, thanks.