Julia fractals in Rust wasm
Posted 2019-07-26 19:12. Tagged rust, fractal, wasm, demo, javascript.
I like to write programs to render fractals, and especially Julia set fractals. I also like the Rust programming language. Among other advantages it happens to be great for compiling to wasm, the new format for executing code in a web browser. And I like to code stuff for the webb. So how come I haven’t written a wasm Julia renderer in Rust yet?
Well, now I have.