Generative icon indicating copy to clipboard operation
Generative copied to clipboard

Generative art experiments in C# using Skia (SkiaSharp)

This is the beginnings of a mini-framework on top of Skia (SkiaSharp) for creating generative artwork.

Here are some renders:

Ribbons

Sine wave paths with the offset into the sine wave increasing from left to right.

Tendrils

Tendril lines "injected" from the edges of the image and then following the path of a Perlin noise flow field.

Solar Corruption

Perlin noise flow field tendrils emenating from a circle.

Clifford Attractors

Clifford attractors using velocity for coloring.

Flow Painter

Brush strokes following a Perlin noise flow field with colors sampled from an image.

TieDye

Another experiment with Perlin flow lines.

Hair

Lines following a Perlin noise field with colors from a palette taken from the same noise.

Stained Glass

Rounded rectangles arranged in a grid with a progressive rotation.

Broken Circle

Circle arcs of varying lengths with colors alternating from a palette.