|
Author |
Topic: feedback texture (Read 2099 times) |
|
vent
|
feedback texture
« on: Apr 20th, 2003, 11:55pm » |
|
Being a lingo (director) person, I wanted to use processing's faster setPixel function. This is what I came up with. If anyone has optimization suggestions, please post them. thanks. http://www.shapevent.com/proc/
|
« Last Edit: Apr 20th, 2003, 11:56pm by vent » |
|
http://www.shapevent.com/
|
|
|
Martin
|
Re: feedback texture
« Reply #1 on: Apr 22nd, 2003, 8:39am » |
|
hello. very nice. did you have a director version of this before? if yes, how easy was it for you to shift from lingo to processing?
|
|
|
|
vent
|
Re: feedback texture
« Reply #3 on: Apr 23rd, 2003, 4:57am » |
|
I had a director file that did something very similar-- but because lingo's setpixel function is so slow I had to draw to a much smaller area. The transition from lingo to processing wasn't a problem for me because I have fiddled with java in the past, I do some work with c and microcontrollers and work as an actionscript programmer. Also, Processing is extremely intuitive and user friendly, which I would think would make the transition from any scripting language rather painless. I'm using the pixels[] buffer in one part of this code but in another I'm using setpixel. After looking at those threads it looks like I should do away with setpixel. I'll post a new version here as soon as I get a chance. Thanks.
|
« Last Edit: Apr 25th, 2003, 4:12am by vent » |
|
http://www.shapevent.com/
|
|
|
pollux
|
Re: feedback texture
« Reply #5 on: May 1st, 2003, 9:10pm » |
|
beautiful work. i was wondering if when the mouse gets released, the image could transit to the static mode. i mean, when you press the mouse, there's a sensation of transition between states. i think it'll give more rythm to the work if that same sensation could be achieved after mouse release. (i'm not sure of explaining myself well..)
|
pollux | www.frwrd.net
|
|
|
benelek
|
Re: feedback texture
« Reply #6 on: May 2nd, 2003, 3:26pm » |
|
on May 1st, 2003, 9:10pm, pollux wrote:(i'm not sure of explaining myself well..) |
| why not make the alternate version to show us what u mean
|
|
|
|
vent
|
Re: feedback texture
« Reply #7 on: May 3rd, 2003, 9:23pm » |
|
>i think it'll give more rythm to the work if that same sensation could be achieved after mouse release. Thanks for the suggestion. I think your right -- having a transition when the mouse is released would be a nice feature...
|
« Last Edit: May 3rd, 2003, 9:24pm by vent » |
|
http://www.shapevent.com/
|
|
|
|