Small project that generates and visualizes fractals. Rendering is done using Rust compiled to WebAssembly, the UI is built with Svelte.
First install all dependencies:
cd ui
npm install
cd ..
Then run the build script which will compile the WebAssembly and build the UI:
chmod +x build.sh
./build.sh
Finally, start the preview server:
cd ui
npm run preview
This project is licensed under the MIT License. See the LICENSE file for details.