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 › illustrator, beziers
Page Index Toggle Pages: 1
illustrator, beziers (Read 1062 times)
illustrator, beziers
May 4th, 2008, 7:32pm
 
hi im working on a type based project at the moment in processing.

i have made the letters in illustrator and where im upto can be seen at
www.greenbuddha.com/type - you press 'a' to draw a new letter.

im currently importing the 'K' as an svg via candy.

I applyed a 7pt stroke at 40 degrees in illustrator to create the glyph that you see in the above patch. i want to apply a variable width 40degree stroke following the monoline bezier curve.

I would also like to be able to modify points and curves more than candy allows for (it only allows scaling) so how would i go about reading the actual bezier values into processing for further manipulation?


thanks in advance!
mike
Re: illustrator, beziers
Reply #1 - May 4th, 2008, 8:32pm
 
furthermore i made a post on typophile about my issue

its here if its of any help
http://typophile.com/node/44890

regards
Re: illustrator, beziers
Reply #2 - May 4th, 2008, 10:28pm
 
Geomerative library (see libraries page) is what you need.

And i have an Illustrator script (AI CS2) here that will export your AI draings to Processing code:
http://bezier.de/processing/ai2p/

F
Re: illustrator, beziers
Reply #3 - May 4th, 2008, 11:08pm
 
cheers!

geomerative (& your script) look like good stuff


m
Re: illustrator, beziers
Reply #4 - Nov 19th, 2008, 4:59am
 
I downloaded your script, but it just opens in Dreamweaver for me.  How do I actually use it?  Sorry if this is a stupid question.
Re: illustrator, beziers
Reply #5 - Nov 19th, 2008, 7:06am
 
double-clicking won't work.

open illustrator, draw something, save it to somewhere (important), run "File->Scripts->Other script" from the menu and select my script. it's pretty much faceless, so you won't see much happening. the script generates a .pde file next to your drawings file, this is the processing code generated from your drawing.

F
Re: illustrator, beziers
Reply #6 - Nov 19th, 2008, 4:15pm
 
Thankyou
Page Index Toggle Pages: 1