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 › raindrops
Page Index Toggle Pages: 1
raindrops (Read 1593 times)
raindrops
Sep 6th, 2007, 10:46am
 
Well, sort of. This started life as a C program which died when I couldn't be bothered doing the memory management required to make it look better. I've ported it to processing, it still needs work doing and the code is pretty nasty.

As with dla, download from http://nickj.nfshost.com/download/rd.zip and unpack in your sketchbook directory.
Re: raindrops
Reply #1 - Sep 7th, 2007, 1:24am
 
Unchanged, I can get it to run for about 10 frames, then I get an 'Array Out of Bounds' exception. If I manually set the size to be much smaller (400x400, for example), it runs, but is pretty choppy.

What's it supposed to do?
Re: raindrops
Reply #2 - Sep 7th, 2007, 1:27pm
 
sdevet wrote on Sep 7th, 2007, 1:24am:
Unchanged, I can get it to run for about 10 frames, then I get an 'Array Out of Bounds' exception. If I manually set the size to be much smaller (400x400, for example), it runs, but is pretty choppy.

What's it supposed to do


Apologies - it's the old 'it worked my machine' thing.
I'm reworking the whole thing for specifically for processing but don't hold your breath.

the blurb goes "Rain falls on a sloped surface and the drops run down and coalesce. ported from C in about .5 of a day. I'd run into the sand with it, memory management etc etc, I've butchered it slightly to get round  the bits I didn't get working in C. It's still not working really"
Page Index Toggle Pages: 1