Skip to main content
  1. Blog/

Latest Images

Author
Lance Barker
Exploring my own creative expression and building things that help people.

This:

and this:

based on this:

I started with the above image I generated as a part of my first foray into mandalas. The top image takes the lower one as a reference and generates random points of various sizes, sampling the reference image’s color. Same for the middle image, except it paints with short strokes instead of points.

Related

Latest image

The latest image from my generative art series was a nice surprise. It started as this: for (i in 1:500) { x = x*((0.98)^i)*cos(i) y = y*((0.98)^i)*sin(i) } which is simple R code that generates 500 x, y points that spiral. That code gave me this:

The Beauty In Numbers, 2a: Circular Matrices

I consider myself a fledgling geometer. That is, someone who is inspired by the beauty in numbers and wants to make stuff in that realm. Geometric images and like that. Some call it Sacred Geometry. I prefer to call it Inspired Geometry. So, I’m an Inspired Geometer? Okay. I can go with that.