Daniel Gray

Thoughts, Notes, Ideas, Projects

Contact

Fractals

Fractals are infinitely complex patterns that are self-similar across different scales. They are created by repeating a simple process over and over in an ongoing feedback loop. Driven by recursion, fractals are images of dynamic systems—the pictures of Chaos.

Polar Coordinate Fractals

A comprehensive exploration of fractals generated using polar coordinates, where separate transformations are applied to distance and angle. This approach creates stunning and diverse visual patterns that differ from traditional Cartesian coordinate fractals.

Series includes:

Other Fractal Content

Mathematical Concepts

Fractals demonstrate several important mathematical concepts:

  • Self-similarity: Patterns repeat at different scales
  • Iteration: Simple rules applied repeatedly create complex structures
  • Chaos theory: Small changes in initial conditions lead to dramatically different outcomes
  • Complex numbers: Many fractals are generated in the complex plane
  • Polar coordinates: Alternative coordinate system offering new fractal patterns

Interactive Exploration

All fractal series include interactive GLSL Toybox demos that allow you to:

  • Adjust parameters in real-time
  • Explore different iteration counts
  • Modify color schemes and visualization parameters
  • Experiment with different fractal patterns

Related Topics

Explore Categories

Related Content

Math & Learning

Chisanbop - Using your hands to count to 99 and perform arithmetic. Math Books * Math Tricks

Coding Projects

Coding Projects Building interactive web applications, exploring new technologies, and solving problems. This section covers web development, software engineering, coding projects, procedural generati...

Fractals and Mathematical GLSL

Fractals and Mathematical GLSL

Fractals and Mathematical GLSL GLSL shaders provide a unique intersection of mathematics and visual art. By executing mathematical functions in parallel across thousands of GPU cores, we can visualize...