Building an Apollonian Gasket using MSG

The above image is an example of an Appollonian Gasket, otherwise know as close-packed circles. Technically the close packing should take place in a single large circle as opposed to the entire rectangular canvas, but we’ll ignore that minor detail. This post will show how to create close packed circle abstractions using MSG processors.

Colorizing a MSG Procedural Image with 2 Color Palettes

We’ve discussed 2 different colorization approaches over the last 2 days for building abstract procedural imagery using MSG. The first used a 1to3ModGradMap processor to colorize a single image stream by modulating between 2 different color gradients with a second image stream as a modulator. The second in yesterday’s post used a ForceColorMap processor to…