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
processingjs libraries? (Read 1469 times)
processingjs libraries?
Dec 29th, 2009, 4:30am
 
Hello.
Could somebody please tell me if it is somehow possible to use standard processing libraries in processingjs, like ie. traer physics?

Thanks.
Re: processingjs libraries?
Reply #1 - Dec 29th, 2009, 8:04am
 
My own answer:

This should be possible in other cases, whenever the source is available, by embedding the library source in the applet. To do this you should remove the header of each class of the library (the part that says "package") and keep the codes as classes beside your applet.

...But I think in the case of "traer physics" it is not possible because it uses the package "java.util" written in pure java and this is not available in processingjs (I guess Tongue).
Page Index Toggle Pages: 1