FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Responsive Form, Games
(Moderator: REAS)
   Latest sketches
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Latest sketches  (Read 416 times)
Koenie

170825270170825270koeniedesign WWW Email
Latest sketches
« on: Oct 6th, 2003, 8:36pm »

Hey people, check out what I've been making lately.
 
http://koeniedesign.com/?k=8 // fractal
http://koeniedesign.com/?k=9 // love_hate
http://koeniedesign.com/?k=10 // circular image
 
Comments and critics are always welcome.
 
Koenie
 

http://koeniedesign.com
benelek

35160983516098 WWW Email
Re: Latest sketches
« Reply #1 on: Oct 7th, 2003, 9:26am »

hey Koenie, I like 9 and 10 - they're nice interpretations of some of the stuff we've been seeing around here. You seem to be finding simple & effective ways of achieving effects in short code
 
Elrick

4892360348923603
Re: Latest sketches
« Reply #2 on: Oct 14th, 2003, 7:46pm »

Jsut some ideas regarding number 10..
It seems to run fairly slowly (just my imagination?).. would it be possible to use no fill and color the strokes?  Or would you end up with missed points in places?
 
Another thing to try, if you're bored. (I don't really have time to try myself..) In the setup, or whenever, generate an array that contains the distance of each pixel from the centre (or another point).. Then each loop, get the colors of the current line of the image you're reading, and blast them thorugh that array.  It might be slower or faster, but it'd be more flexible.
 
This is popping into my head:
pixels[i] = currentLineColors[distanceOfPixel[i]];
 
That looks pretty easy, maybe I do have time..  Whatever.
 
Pages: 1 

« Previous topic | Next topic »