Fractal Art Generation using GPUs
Will.D. Mayfield, Justin.C. Eiland, Taylor.J. Hutyra, Matt.C. Paulsen,, Bryant.M. Wyatt

TL;DR
This paper demonstrates how GPU-based parallel computing significantly accelerates fractal image generation, enabling real-time interactive exploration and artistic creation of fractals like Julia and Mandelbrot sets.
Contribution
It introduces a GPU implementation of escape-time algorithms for fractals, achieving faster rendering and enabling dynamic, interactive visualization and artistic applications.
Findings
GPU implementation vastly outperforms sequential methods
Real-time fractal exploration is feasible with GPU acceleration
Enhanced artistic and mathematical insights through interactive fractal sampling
Abstract
Fractal image generation algorithms exhibit extreme parallelizability. Using general purpose graphics processing unit (GPU) programming to implement escape-time algorithms for Julia sets of functions,parallel methods generate visually attractive fractal images much faster than traditional methods. Vastly improved speeds are achieved using this method of computation, which allow real-time generation and display of images. A comparison is made between sequential and parallel implementations of the algorithm. An application created by the authors demonstrates using the increased speed to create dynamic imaging of fractals where the user may explore paths of parameter values corresponding to a given function's Mandelbrot set. Examples are given of artistic and mathematical insights gained by experiencing fractals interactively and from the ability to sample the parameter space quickly and…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing and 3D Reconstruction · Mathematical Dynamics and Fractals · Aesthetic Perception and Analysis
