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.
Page Index Toggle Pages: 1
opengl and prosvg? (Read 535 times)
opengl and prosvg?
Nov 14th, 2007, 2:41am
 
I'm afraid this might be a silly question...

but could I use opengl and prosvg simultaneously?

To use opengl I have to write this,
size(400, 400, OPENGL);

and to use prosvg,
size(400, 400, "prosvg.SVGOut")

but this doesn't work
size(400, 400, OPENGL, "prosvg.SVGOut")

Any help will be welcomed! Smiley

Re: opengl and prosvg?
Reply #1 - Nov 14th, 2007, 10:47pm
 
Hey,

maybe this could help.

http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Syntax;action=display;num=1193347664
Re: opengl and prosvg?
Reply #2 - Nov 19th, 2007, 5:18am
 
Thanks, steven!

PDF library works fine Smiley

But I'm still wondering if I could use prosvg library :0



Page Index Toggle Pages: 1