Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1005 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 1005 Bytes

Fractal Explorer

Simple coding project to explore the Julia and Mandelbrot Fractals.

This is a first-project in Rust and Slint.

The code compiles to a desktop application via cargo run. Or to a web assembly browser app via wasm-pack build --release --target web and then python3 -m http.server.

Most of the difficulty with writing this code was in regards to the mouse interactions, zooming, panning, resizing, etc. Plus the challenges with learning Rust.

More information on these types of Fractals:

Web demo: https://boclair.github.io/fractal-explorer/

Desktop image: image