Fractal Generator
School Project
RustMaths
This project was developed for a "Programming in Rust" seminar.
The primary objective was to build a graphical application in Rust capable of rendering the Barnsley Fern fractal with interactive zoom capabilities. By leveraging Rust's performance, the application handles real-time graphical operations with low latency.
Beyond the initial requirements, I expanded the application to support multiple fractal types:
- Barnsley Fern
- Mandelbrot Set
- Sierpinski Triangle