Hi,
here are some images from my WrittenImages submission:

15 by Rui-Madeira, on Flickr

11 by Rui-Madeira, on Flickr

9 by Rui-Madeira, on Flickr

8 by Rui-Madeira, on Flickr
go here for more images: http://www.flickr.com/photos/ruimadeira/sets/72157624863053376/with/4950672509/
and here for the source:http://code.google.com/p/ruisource/downloads/list
cheers
Rui
Really interesting to go through your code, it’s very Java-like – some of the naming conventions, the focus on dynamic allocation with pointers rather than the usual static allocation, etc.
It looks really nice, too
I always have a weak spot for noisy 3d trail things.
Very nice work. Beautiful images, slick code.
Any idea where we find ofxPhysics3d?
Hi Kyle,
When i started programming i was using action script and later processing/java, so i guess that’s where the java influences come from. There’s also a lot of Karsten Schmidt influences in there as well 
i usually use dynamic allocation on stuff that is continuous throughout the program, and static allocation for temporary objects. i starting doing that after running out of stack space a few times
Hi Astellato
thats actually ofxRuiPhysics3d you can get it here: http://code.google.com/p/ruicode/downloads/list
cheers
Rui