179,854Messages
9,130Senders
30Years
342mboxes

← archive index

(idm) re: EP7 drawings.

2 messages · 2 participants · spans 2 days · search this subject
1999-07-27 16:13(idm) re: EP7 drawings.
1999-07-29 07:25Nuutti-Iivari Merilainen Re: (idm) re: EP7 drawings.
expand allcollapse allclick any summary to toggle that message
1999-07-27 16:13sines@hyperreal.org> From: "Aetehraplst" <Aethersplat@pop.mindspring.com> > Subject: Re: (idm) EP7: better la
From:
To:
Date:
Tue, 27 Jul 1999 09:13:32 -0700 (PDT)
Subject:
(idm) re: EP7 drawings.
permalink · <19990727161332.18119.qmail@hyperreal.org>
quoted 2 lines From: "Aetehraplst" <Aethersplat@pop.mindspring.com>> From: "Aetehraplst" <Aethersplat@pop.mindspring.com> > Subject: Re: (idm) EP7: better late than never, or beating a dead horse
quoted 9 lines and a great booklet full of those angular squiggle drawings, probably the>> and a great booklet full of those angular squiggle drawings, probably the >> best visual counterpart to AE since chris cunningham's sinister vibrating >> machines. >> >> rob > > actually, the proper term is 'angular Noodles' > >- -0aethersplat
Actually, I believe they're L-systems, or Lindenmayer systems, which are mathematical equations, similar to fractals, that work on the theory of recursion. If you take the concept of a tree, which consists of a trunk, branches, twigs, stems, and leaves, you'll find that you can write an equation that will represent this with either lines or groups of lines and points, aka polygons, in 2d or 3d space. For example: T = draw trunk, B = draw branch, R = rotate 40 degrees, W = draw twig, etc. TRBRRW will draw a trunk, then rotate the origin 40o, then draw a branch, then rotate the origin 80o, then draw another twig,. If the recursion level is 1, then it will do this once. If it 5, it will create the exact same equation to the ends of all twigs, thus representing something like a bush or tree. Check the interview with Kevin Mack in this month's issue of Wired; he has an L-systems equation on his wall with the 'code' for the tree in "What Dreams May Come". Here are some of my own examples. http://www.corefilm.com/images/port/flip_grid.jpg http://www.corefilm.com/images/port/slink.jpg http://www.corefilm.com/images/port/scubes.jpg +odd -- Todd Sines icq: 11117580 film * audio * design http://www.corefilm.com/
1999-07-29 07:25Nuutti-Iivari Merilainensines@hyperreal.org wrote: > > Actually, I believe they're L-systems, or Lindenmayer syste
From:
Nuutti-Iivari Merilainen
To:
Date:
Thu, 29 Jul 1999 07:25:54 +0000
Subject:
Re: (idm) re: EP7 drawings.
permalink · <37A00202.35F16186@vip.fi>
sines@hyperreal.org wrote:
quoted 5 lines Actually, I believe they're L-systems, or Lindenmayer systems, which are> > Actually, I believe they're L-systems, or Lindenmayer systems, which are > mathematical equations, similar to fractals, that work on the theory of > recursion. >
http://www.warprecords.com/warp/ography/single/WAPEP7/ has a java applet that draws exactly the same images as found on the cover of EP7. I am really not sure whether they actually are L-systems or not, but the applet seems to hog a lot of processing power (I have two 333MHz processors on this Linux box and the machine starts screaming bloody murder when the applet does its thing), so beware. The algorithm seems somewhat similar to L-systems, but there seems to be an order or two of randomness present. I am not sure though, as I am not mathematically inclined... NiM