|
 |
Fractals
Natures pattern... |
|
|
|
Fractal patterns, including XOR and plasma, are captivating visual phenomena that emerge from the iterative application of simple mathematical rules. These patterns exhibit self-similarity, meaning that they appear similar at different scales, offering intricate and mesmerizing detail when zoomed in or out. Fractals have found applications in various fields, from art and design to science and engineering, owing to their aesthetic appeal and underlying mathematical elegance.
 | XOR Fractal Pattern |  |
Example output would look something like:
Things to Try • Different colors (instead of just 2 colors - try and use gradient/more complex patterns)
• Animate the pattern so it scrolls
• Mix in a rotational effect so it has a 'swirl'
• Random - add tiny bit of randomness into the algorithm to make the pattern more unique and interesting
 | Plasma Fractal Pattern |  |
Example output would look something like:
Things to Try • Try other colors
• Try different resolutions
• Modify the random number generator (less random or uses a trig function instead)
• Animate the effect (seed the random number, create two images and interpolate between them, so it's smooth and not a crazy set of flashing patterns)
 | Perlin Noise Pattern |  |
Example output would look something like:
Things to Try • Add colors (not just black and white)
• Modify the resolution (different size bubbles and distributions)
 | Fire Fractal Effect (Animated) |  |
Things to Try • Try other colors (e.g., blue or green fire)
• Scale the fire (so it's larger)
• Mix in some randomness so it's not so even
• Try generating a small fire, stretch (scale it up) and blur it
• Modify the speed of the animation
|
|