These could be things you use now, or have used in the past, or just heard about / saw annouced – whether or not they are up-to-date now for Processing 3. They might even be things that are in Contributions Manager but not on the Libraries page.
Guesses also welcome – even if you aren’t sure whether it is listed, but don’t want to check yourself.
I’m primarily interested in semi-official libraries that never made it onto the homepage or into the Contributions Manager – but I’m also compiling reporting missing / broken links for processing.org/libraries listings on this issue:
I used this one with 1.5.1 and it did get updated for 2.1 but hasn’t been updated since then. I don’t remember whether it was ever listed on the webiste
JAMA used this in my classes last year ( Transposing ) for robot movement. Having a class to work with Matrices is important I think and this one I used was great !
Just to clarify, JAMA is linear algebra library for Java (not primarily designed for Procesing) that can be used within P5. I’ve read that EJML (also P5 compatible like any other Java library I guess) is faster, the absolute winner being ojAlgo according to this benchmark. (curious to know how these compare to ND4J)
Incidentally, it would be interesting to have a place (somewhere on this forum or on a specific website / github page) dedicated to the most popular/convenient non-Processing libraries that are compatible with Processing Java and Python.
For example, in Python mode I like to use Bridson for Poisson Disk Sampling or OpenSimplex for simplex noise. These libraries are fairly simple but extremely useful in a lot of cases.
Not a problem at all! To finish your thought, did you mean HTML processing capabilities added to the Processing (Java) core, or as a bundled core library like Sound or Video or Network?