processing / processing-library-template-ant

Processing Library Template for Eclipse
Other
141 stars 447 forks source link

How to use the same import with multiple libraries ? #29

Closed orgicus closed 3 years ago

orgicus commented 4 years ago

It seems inside the Processing editor (PDE) one can use a single library that uses an underlying java library. Here’s an example:

multiple import

One workaround would be for one of these Processing libraries to use the JBox2D underlying java library and the other two Processing libraries to use the first as a dependency, however coordinating something like this sounds unlikely.

What would be the elegant solution ?

Thank you so much, George

P.S. I've posted the same question on the Processing forum

orgicus commented 3 years ago

Closing this as Jeremy already provided a wonderful answers on the Processing forums