Comment on Mandelbrot Set ExplorerComments−adzm1yMake sure you read the technical details as well: https://mandelbrot.site/how-mandelbrot-site-was-builtI was surprised that this appears to be calculated entirely on the CPU via Rust code rather than with a GPU shader. The multithreaded JavaScript is indeed interesting though.code: https://github.com/rosslh/mandelbrot.site−dleeftink1yCheck out Hamsters.js[0] for a another convenient parallel processing library.[0]: https://github.com/austinksmith/Hamsters.js/tree/master
Comments
Make sure you read the technical details as well: https://mandelbrot.site/how-mandelbrot-site-was-built
I was surprised that this appears to be calculated entirely on the CPU via Rust code rather than with a GPU shader. The multithreaded JavaScript is indeed interesting though.
code: https://github.com/rosslh/mandelbrot.site
Check out Hamsters.js[0] for a another convenient parallel processing library.
[0]: https://github.com/austinksmith/Hamsters.js/tree/master