I was wondering if anyone has done passive stereoscopic 3D applications in processing using standard off the shelf Samsung or LG LED 3D stereo TV?
If possible can share the methods of doing it?
Technology wise I understand that passive stereo technology requires 2 images for the left and right eye.
Does it mean that in processing we run 2 sketches one for the left and the other for the right and pipe it across to the tool, or we need to do active stereo and then separate it to left and right?
I am able to create multipile zones and enabled them for multi-touch. that's great man!
the issue is I am trying to get a snapping animation to run when I try to put 2 zones close together.
the idea is if the two zones are place near enough, the snapping animation will take over and automatically snap or guide 1 of the zone to snap on top of another zone (object).
As much I tried I am afraid that I am unable to snap things together.
May I know how to enable my animation inbetween TUIZOZONE multi-touch tracking?
I met this guy at the IEEE visualization conference at Salt Lake City. He mentioned that processing is a game. He told me that there is a tool called protoviz that does robust information visualizations.
I was just wondering has anyone build a full-fledge information visualization tool ontop of processing? if not just now, are there plans to advance processing to such a level of fidelity and robustness?
I was just wondering has anyone use Processing for commercial purposes? I was just wondering if you could share some of these production systems their websites etc...?
Processing also has a lot of libraries done by many developers. Can a developer develop processing applications and use the libraries together for commercial purposes?
I am new to processing. I have applied a circle packing algorithm on my processing project. and I have managed to do a mouseover effect on any circle - the circle size and colour will change.
I am now trying to also alter the circle size and colour of surrounding circles that touches the corners of that particular circle that I have moused-over, unfortunately, I can only change the color of surrounding circles but not the size of the circles.
this is the step that I took.
1) hover on any circle
2) check for surrounding circles touches the hover circle
3) if touches increase the surrounding circle sizes and change color
4) redraw
I can retrieve the size of all the surrounding circles, but I am unable to change the size of the circles.
I would be most grateful if you could share with me how i can change the size of the surrounding circles prior to sending for redraw?