Skip to content

boclair/fractal-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Explore the Julia and Mandelbrot Fractals

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published