We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › new work
Page Index Toggle Pages: 1
new work (Read 1255 times)
new work
Jul 18th, 2009, 12:18pm
 
hi - here is my latest wip in processing - all feedback welcome and encourage even if to say it is horrible and i am wasting my time

http://www.mikezellers.com/processing/h6/
Re: new work
Reply #1 - Jul 18th, 2009, 1:57pm
 
nice.

i haven't worked out exactly how the images are being combined so it might not be appropriate but have you looked at using blend() rather than doing all the calculations yourself?
Re: new work
Reply #2 - Jul 18th, 2009, 5:38pm
 
no i haven't - will do
Re: new work
Reply #3 - Jul 18th, 2009, 5:42pm
 
don't think blend would work - blend color looks closer, but i randomly weight diff images over time
Re: new work
Reply #4 - Jul 19th, 2009, 7:54am
 
interesting: the slow transition time is quite pleasent
Re: new work
Reply #5 - Jul 20th, 2009, 9:01pm
 
tip: throw in:

  if ( key == 'r' ) setup();

so one can reset without reloading the whole page.
Re: new work
Reply #6 - Jul 21st, 2009, 4:41pm
 
thx - great idea
Page Index Toggle Pages: 1