Fractal Friday 2020.12.04 – reflections and symmetries

Today’s fractals are manipulated with reflection or other symmetric effects. The first two use CoreImage filters to reflect parts of the image. The third and fourth images use a color cycle with transparencies in every other color band, with the layer duplicated and rotated. The third image uses a single duplicate rotated 180 degrees, the … Read moreFractal Friday 2020.12.04 – reflections and symmetries

Fractal Friday 2020.02.28

For today’s post I’m showing off some the Apple Core Image effects capabilities built into MathPaint, with three Julia set fractals. By the way, MathPaint’s release is now close enough for crowdfunding – please see our MathPaint IndieGoGo campaign for details, and a video of the application in action! For each Julia set in this … Read moreFractal Friday 2020.02.28

Fractal Friday 2020.02.21

I started this week’s Fractal Friday exploration by trying out higher-iteration-cutoff Mandelbrot sets.  Here are a few results with max iterations set to 1000, and higher breakout values than my usual setting of 10.0 – more detail definitely appears, especially in the boundary of the breakout value which becomes much more frond-like. The first one … Read moreFractal Friday 2020.02.21

Bring the noise! MathPaint gets more algorithms, plus templates

The forthcoming MathPaint beta now has a fairly complete noise-rendering feature set. There are several algorithmic noise-generation modes – Perlin, Billow, Ridged, and Voronoi – as well as MathPaint’s own random-shape drawing mode. In addition to the feature, I’m starting to build the collection of templates that will ship with the app as starting points … Read moreBring the noise! MathPaint gets more algorithms, plus templates

Fractal Friday 2020.02.14

Here are some extended Julia Set (z^7) floral fractals for Fractal Friday, Valentine’s Day edition – share them with your sweetheart! This week’s images are all zooms of the same set (unchanged function parameters and color mappings). All images made with MathPaint, the flagship application for generative graphics on Mac OS X currently in development … Read moreFractal Friday 2020.02.14

Fractal Friday 2020.01.31

For this week’s post I’m showing off more of the rendering and layer-compositing options that are part of MathPaint. I’m using the same fractal settings for all of this week’s images – a Mandelbrot set with breakout value at 10.0, max iterations set to 200, and viewed at the (approximate) ranges [-1.432, -1.345] on the … Read moreFractal Friday 2020.01.31

Fractal Friday 2020.01.24

This week I’ve been busy working on the MathPaint architecture so didn’t develop any obvious fractal rendering features… Though I did succeed in getting some optimizations in to speed things up, and the fractal renderer is now fully concurrent (using Cocoa OperationQueue and Operation objects.) This week I chose to explore another of my favorite … Read moreFractal Friday 2020.01.24

Fractal Friday 2020.01.10

ICYMI, I’m currently writing an application that generates mathematical art. It’s created in Swift, for Mac OS desktop systems. All the images on this blog are created from it, including the fractals posted every Fractal Friday. This week I hooked up a full range of CoreImage effects to the app, and I’m having fun sending … Read moreFractal Friday 2020.01.10

Fractal Friday 2020.01.03

The noise renderer has gotten more sophisticated in the past week, and it’s being put to work in this week’s set of fractals. Each image includes a generated noise-texture, with various approaches to transparency in the fractal permitting the texture to show through. The Julia set image above has a semi-transparent purple in the color … Read moreFractal Friday 2020.01.03