| 
 
by software artist Scott Draves.  You may also follow me on google+ or twitter, buy art, or join me on facebook.
 
 | 
12/28/04 release as v2.2.12/27/04 preview implementation of image fractalization by adding a color coordinate. changed how random/default color coordinates are selected (they alternate 0 and 1 instead of being distributed between 0 and 1). WARNING: incompatible format change to samples argument of flam3_iterate.
12/20/04 allow mutation and crossover from files with multiple genomes. a random genome is selected for each repetition.
12/11/04 fix bug printing out interpolated non-built-in palettes. warn if any images sizes in animation do not match.
Marian Bantjes Quadrifolio.  From nix from mccabe.
Close-up of a technobeam, taken by my new friend Justin Winokur while on thanksgibbons holiday.
Coming in the next release of FLAM3: fractalization of an input image.  The idea is to replace the 1D palette with a 2D image.  Seems to work great!
My hope is that I've geen caught in a google dragnet, and what set them off is this text from the Shoop page:
Shoop is a utility ... f0r sequencing MPEG2 movie files ... and combining them into a single file f0r presention on DVD ...However shoop does no more than concatenate MPEG files, it does not decode them. And when the MPEG LA realizes this they'll go away.
Here are galleries of ten examples of each of the four new variations:
cosine,
sawtooth,
exponential,
and power.
Last Thursay we had our second anniversary party and the day after was our first Mozilla Developer Meeting. The party had an estimated attendence of 1100-1300. Scott Draves provided visuals in the blue room with his program, bomb.Heh. What a blast from the past. I couldn't compete with the visuals from the first mozilla party: just the source code scrolling by endlessly.... now that was rhad.
No not Harbin California, we're talking Harbin China, near Siberia and Mongolia in the far north-east.
Here's a gallery of photos from their annual Snow and Ice festival.  It
reminds me of Sweden's Ice Hotel....
not to mention Burning Man and Blade Runner rolled into one and squared.
The DVDs have arrived just in time for the holidays. Please join me in raising a glass in celebration, then pick up a copy for yourself or as a gift. I will sign or dedicate it as you choose. Our fine friends Ammon and Chakka will spin downtempo, dub, and Brazilian sounds. I'll be doing visuals live both from the DVD and unreleased material.
what: SPOTWORKS release party
where: Rx Gallery 132 Eddy St SF
when: Thursday December 16th 6-10pm
The Rx Gallery is having their affordable art show, and the walls are covered with work from over three dozen artists.
Since it came out in March some people have written some very flattering things about the first edition. I'd like to share a few of them with you:
Beautiful and mind-boggling... stunningly original.There are many more reviews written by the public on the CD Baby and Amazon pages. Here are my favorite lines:
--Rudy Rucker, father of cyberpunkNot only mind-blowing hardcore psychedelics, but also a visual theory of evolution.
--Earplug electronic music newsletter.Spotworks is a totally mesmerizing display of etheric color and form. I've seen the fractal flames utterly engross people on the dancefloor. It's a unique visual analog to psychedelic music.
--Shakatura, DJ and Music Producer, SF
Like watching the birth of universes from the outside.The rest are here and hereInfinity in a grain of pixels.
Better than you can possibly imagine!
thank you for the kind words all of you!
This new edition has several improvements: The dub tracks have been remastered and are now encoded with progressive scan for videophile quality playback. The Electric Sheep documentary has been updated. There's a new bonus track & other secret features which I will be happy to demonstrate in person.
Hope to see you there.
yours, -spot
Windows: 946Or 166 per day. However according to the server logs there are more than 600 new unique client IP address per day. Possibly many new users are coming from sites that have mirrored the binaries (eg NoNags). Possibly those users aren't new but are just very rare. Hm.
Mac OSX: 236
Linux (RPM): 100
Linux (Source): 45
Total: 1327
5 out of 5 stars Delicious, October 29, 2004
Reviewer: Paul Roberts (SF, USA)I thought that after a while I would get sick of this DVD - I've now played it far more than I expected to. However, it's not like that at all. The reverse is true. The dance between visuals and sound just keeps getting better and better each time I play it. One day it's diving into the exquisite visuals of a fractal journey that holds me captive. The next time it's the river of mood and moments, captured in audio and triggering a massage for the eardrums. A beautiful, organic, sequence of digital life.
Is this a peek into the teeming world of a drop of water or am I observing images light years across? Both seem apt.
Enjoy this journey. I still do.
5 out of 5 stars Mesmerizingthank you! now if i could just get them to update the album cover....
Reviewer: Criswell The Psychic Weatherman
The videos with the background information on Haekel, Dub, Bomb, and Electric Sheep are enough to sell this DVD. I use Electric Sheep as my prmary screensaver both at home and at work. After seeing the short low-res "teasers" on Spot's website, I wanted more. Watching Spotworks, I feel like I am watching the birth of universes from the outside. The only word that comes to mind is "mesmerizing."
 The sheep I sent to the MOOV HDTV network will go into rotation with the new year.
Here are some
stills.
I made an index page for all  701 palettes that come built-in to the FLAM3 tools.
remove debugging code left in flam3-convert, thanks to Paul Fishwick for reporting this. add cosine variation. add sawtooth variation. handle nstrips that do not divide the height. write partial results as strips are computed. fix old bug where in 32 bit mode one of the terms appeared to be calculated at 16 bits. release as v2.1.
This test fractal flame image was produced with
this genetic code.  The stripes should appear exactly even.
Note the border was left around the image to show it has a transparent
edge on two sides (the image is off-centered and zoomed to better
exercise the code).  I made this to test flam3-render's new ability to
handle numbers of strips that do not divide the height of the image.
Strips are used when the whole image does not fit into RAM, so
it is rendered one strip at a time.  The exact command used to render this one is:
env format=png ss=2 qs=10
    nstrips=3 flam3-render < foo.flam3
So the height of the image is 410 which is not 0 mod 3.  If the camera
were off it would cause a horizontal line about 2/3rds of the way down
the image, but it appears even.However there does appear to be a feint vertical line near the left edge. If this is for real It would appear to be a subtle long-standing bug. It looks like a rounding error where casting was used instead of flooring, but I don't see it in the code... mystery solved