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.
IndexProgramming Questions & HelpPrograms › Particle typeface
Page Index Toggle Pages: 1
Particle typeface (Read 496 times)
Particle typeface
Oct 27th, 2008, 2:11am
 
Hi all!
I am working on a typography project. My idea is this:
1/ The screen starts blank.
2/ The user will generate pulsing particles by dragging the mouse.
3/ When the user presses a letter key, for e.g. A, the particles will start forming the A on the screen. If the user presses delete, the particles will be chaotic and random again. If the users presses another key, the particles will start forming that letter. And so on.
4/ A button that will export a jpeg of the screen.
I have finished the first two task. Now I am stuck since I don't know how to realize step 3, and 4. I am not a programer so I have some difficulty translating my thought into codes. If you have any ideas on how to do this, please tell me. I will very appreciate your help.
Here is the link to my work done so far:
http://hybrid.concordia.ca/~du_ph/particle/
Thank you all in advance Smiley !
Re: Particle typeface
Reply #1 - Oct 28th, 2008, 10:15pm
 
For a non-programmer, you did already a good, clean job...
I don't think I will have time today to help, but I will take a look later, if I recall...
I think you will have to define letter shapes with lines and move the particles along these lines. Not sure how to do this nicely, yet.
Re: Particle typeface
Reply #2 - Nov 2nd, 2008, 10:41pm
 
the link isn't working...I would really like to see this!

I just saw some work on Lee Byron's site that your post made me recall, check it: http://leebyron.com/what/bubbletype/
Page Index Toggle Pages: 1