Skip to content
/ fractals Public

Small project that generates and visualizes fractals. Rendering is done using Rust compiled to WebAssembly, the UI is built with Svelte.

License

Notifications You must be signed in to change notification settings

rphle/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small project that generates and visualizes fractals. Rendering is done using Rust compiled to WebAssembly, the UI is built with Svelte.

Running locally

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

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Small project that generates and visualizes fractals. Rendering is done using Rust compiled to WebAssembly, the UI is built with Svelte.

Topics

Resources

License

Stars

Watchers

Forks