|
Author |
Topic: Latest sketches (Read 416 times) |
|
benelek
|
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
|
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.
|
|
|
|
|