Fractal Fern Visualizer is a Python desktop application for generating and visualizing Barnsley fern fractals.
The application uses Iterated Function Systems to generate fractal fern patterns in real time with interactive controls for rendering and visualization.
- Real-time Barnsley fern generation
- Multiple fern presets
- Start, pause, and reset controls
- Adjustable points per frame
- Adjustable maximum point count
- Adjustable point size
- Multiple color modes
- Fast rendering with pyqtgraph
- Python
- PySide6
- pyqtgraph
- NumPy
ext main.py requirements.txt README.md
- Install dependencies: pip install -r requirements.txt.
- Run the application: python main.py.
This project focuses on mathematical visualization, GUI development, and real-time rendering.