Skip to content

Comment on Mandelbrot Set Explorer

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.