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:8080To build artifacts:
$ trunk build --releaseThen copy the contents of dist/ into your favourite web server.