We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I have lot of PDE files of the processing with classes and codes from my own. how can I create from it a library?
I started here: https://github.com/processing/processing/wiki/Library-Basics
and used https://github.com/processing/processing-library-template as a guide. A lot of the code was fairly easy to translate into plain Java, but I did need to do some minor tweaks.
Also, you can look at the code of some of the other libraries out there and see how they did it.
Answers
I started here: https://github.com/processing/processing/wiki/Library-Basics
and used https://github.com/processing/processing-library-template as a guide. A lot of the code was fairly easy to translate into plain Java, but I did need to do some minor tweaks.
Also, you can look at the code of some of the other libraries out there and see how they did it.