Fractal rendering sandbox, just for fun.
Try it here: https://emlun.se/fraktal/
To run the development server:
$ cargo install trunk
$ trunk serve
$ $BROWSER http://localhost:8080
To build artifacts:
$ trunk build --release
Then copy the contents of dist/
into your favourite web server.