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 › falling letters (with jBullet)
Page Index Toggle Pages: 1
falling letters (with jBullet) (Read 4132 times)
falling letters (with jBullet)
Apr 29th, 2010, 7:19am
 
First test with jBullet and my previous experiment with extruded 2D letters. Collision is still not that accurate but that's a beginning.

Type any key to create a new Character. PeasyCam controls.
http://www.openprocessing.org/visuals/?visualID=9333

Re: falling letters (with jBullet)
Reply #1 - Apr 30th, 2010, 4:23am
 
heh nice one! Like!
Re: falling letters (with jBullet)
Reply #2 - Apr 30th, 2010, 8:31am
 
yconst wrote on Apr 30th, 2010, 4:23am:
heh nice one! Like!


Wink
Collisions are now OK, still need to work on specific Characters like ';' and '.'

Re: falling letters (with jBullet)
Reply #3 - Apr 30th, 2010, 8:45am
 
Very cool! nice choice for the typography as well

rS
Re: falling letters (with jBullet)
Reply #4 - May 17th, 2010, 10:25am
 
Cool!  Smiley
Re: falling letters (with jBullet)
Reply #5 - May 17th, 2010, 1:06pm
 
nice, i remember a thread where we talked about adding a function to easily extrude any font. cant remember where it was, but this just remindes me of it. Would still be a useful thing to add.
Re: falling letters (with jBullet)
Reply #6 - May 17th, 2010, 5:19pm
 
cedric, you mean how to extrude a font to a 3d shape?
Re: falling letters (with jBullet)
Reply #7 - May 17th, 2010, 11:40pm
 
Here's the basic sketch on how to extrude pixel fonts.
http://www.openprocessing.org/visuals/?visualID=9401
As far as i experimented, it only works with pixel fonts. Creating curves is much more complicated.
Re: falling letters (with jBullet)
Reply #8 - May 18th, 2010, 12:43am
 
As far as i remember it was part of a post about geomerative. This library easily creates vector outlines of fonts, so it shouldnt be such a big problem to extrude them. You can probably do it manually  by shifting and connecting the vertices. But thats where the idea to add this feature came from i guess.
your code looks interesting though.
Re: falling letters (with jBullet)
Reply #9 - May 18th, 2010, 12:46am
 
hmm, i guess i will give it a try and write some code to do this using geomerative when i have some more time end of the week.

I will post some results here.
Re: falling letters (with jBullet)
Reply #10 - May 18th, 2010, 5:39am
 
I did pretty much the same awhile ago, indeed with geomerative, only extruded it all the way around, making a silly Revolve type:

http://tiemen.pruts.nl/processing/type_3d_01.zip


Re: falling letters (with jBullet)
Reply #11 - May 28th, 2010, 3:20pm
 
Great work!! Smiley
Page Index Toggle Pages: 1