So, I've got my hands on what I think could be a very interesting library to use. However, there are no examples of how the code works. As a result I don't know how to import the library. Is there a way to figure out how to write the import script for importing a library?
E.G.
- import processing.opengl.*;
It doesn't seem like it has anything to do with the folder structure...is it just traversing classes from the source file?
1