Hacker News new | ask | show | jobs
by adzm 463 days ago
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

1 comments

Check out Hamsters.js[0] for a another convenient parallel processing library.

[0]: https://github.com/austinksmith/Hamsters.js/tree/master