Chaos Game Fractal Generator in Rust

2025-09-07
Chaos Game Fractal Generator in Rust

A command-line application written in Rust that generates fractals using the 'Chaos Game' algorithm. The application iteratively selects vertices of a polygon and moves a point a certain ratio towards the selected vertex, creating intricate patterns. Users can customize parameters like the number of polygon sides, distance ratio, and iterations. Furthermore, it allows users to create custom rules for generating even more complex fractals. The project is open-source and provides detailed instructions and extension methods.

Development chaos game