Wednesday, September 2, 2009

Here are a few close-up pictures of a painting (a polyptych) just under way. It will resemble the digital print, Slip, but will undoubtedly have a completely different color scheme. I shot these as close as I could to show what I look at all day while I'm laying down these outlines in white on white oil paint. All the curves are paint applied with a small brush along pencil lines. The pencil lines are plotted/interpolated Bezier curves. That is, I plot about ten points per curve, and interpolate with ships curves or other French curves. The plots follow a spreadsheet of grid points that I exported from the original digital print program data.




Sunday, August 9, 2009

Erosion

First test drawing of new program about erosion and alluvial fans:

Wednesday, July 8, 2009

Beziér Curve Drawing

The developer-artist has the ability to collaborate with a client, and enhance understanding of the project in the process. The client can propose a requirements list or request permutations based on variables built into a program. Architects, engineers, and designers work with developers to extend or modify software, achieving through collaboration a client-directed variation. The artist-developer creates a program which reveals more through the interjection of client requirements than an artwork rendered from just the artist's requirements.

This new "BeziƩr Curve" drawing was created with a Flash Air program written for managing and creating modules and whole drawings within this project. It's meant to explicitly demonstrate modularity open to client requirements. The client can dictate requirements for the arrangement of squares, the selection of curves within, the color and thickness of line, overall scale, or as yet to be determined requirements.

Saturday, June 27, 2009

New Sequence

I finally decided to include continued fractions in my project on rectangles and spirals. While doing the research I read that "numbers with periodic continued fraction expansion are precisely the irrational solutions of quadratic equations with rational coefficients." My previous rectangles and spirals were all based on irrational solutions of quadratic equations. So, this got me thinking that all I needed to do was start with a periodic continued fraction, and I might find another series of rectangle and spirals similar to the golden rectangle. The continued fractions for my second sequence are:
[1; 3,1,1,3,1,1,3,1,1, …]
[1; 7,1,1,7,1,1,7,1,1, …]
[1; 15,1,1,15,1,1,15,1,1, …]
[1; 31,1,1,31,1,1,31,1,1, …]
etc. . . .

So, I decided to start with a similar sequence. The continued fractions I came up with are:
[1; 2,1,1,2,1,1,2,1,1, …]
[1; 4,1,1,4,1,1,4,1,1, …]
[1; 6,1,1,6,1,1,6,1,1, …]
[1; 8,1,1,8,1,1,8,1,1, …]
etc. . . .

And, the corresponding ratios look like:
b/(a–2*b/3) = a/b
b/(a–2*b/5) = a/b
b/(a–2*b/7) = a/b
b/(a–2*b/9) = a/b

I haven't drawn the spirals, but I think they look a lot like my second sequence.

Friday, June 5, 2009

Hackers and Painters

Hackers and Painters, the essay: http://www.paulgraham.com/hp.html

Hackers and Painters, the book: http://www.paulgraham.com/hackpaint.html

Gratuitous tile set image made with a Flash Air program written by a painter:

Thursday, May 28, 2009

Radical Non-periodic Tiling

This tiling is from a set of seven tiles, including the pentagon. It's the latest in a series of tilings.

Monday, May 4, 2009

Animated Radial Tiling

Here's an initial test version of animated radial dart-rhombus tilings.