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 & HelpSyntax Questions › fractal typeface
Page Index Toggle Pages: 1
fractal typeface (Read 683 times)
fractal typeface
Mar 25th, 2009, 3:51am
 
I am very new to processing, I am not even sure whether this is possible with processing.

I wanna make a typeface using fractal pattern(tree in specific). I found some tree fractal sources here, but I have no idea how I can generate it in the shape of each typefaces.

what I want to do after all is this: when I type something, it appears with fractal patterns which change randomly in the frame of typefaces.

is this possible with processing? is there any example sources I can use?

help me please. :-)
Re: fractal typeface
Reply #1 - Mar 25th, 2009, 4:20am
 
Fractal could be a lot... there are a lot of examples and codes out there, just search for it or start with the examples about "fractal and l-systems" here : http://processing.org/learning/topics/

after you are familiar with it, maybe think about ways to form letters... i guess it depends on how you want it to look like, what system you use and so one...

for example. you can use an black and white image as source, or a libarie like http://www.ricardmarxer.com/processing/geomerative/documentation/ to get the outlines of a text font. you can then use these outlines or letters to start your fractal system there, or maybe start it withing the letter and make it only grow within the outline... i dont know, i guess there are several ways to start. maybe come up with an idea&/design first and then it is easier to tell you what a good way would be...
Page Index Toggle Pages: 1