Operator
Operator
Thank you so much for the reply. All the libraries are available in the `libraries` sub-folder of Processing. Each library folder contains another folder called 'library' where the jar file...
Hi @jdf, Would you mind to just tell me if you think there is a fix around this issue. I am currently working an important project and depending on your...
Hi @mpsftw, Thank you for your message. The library does work in Java mode. I have already tried to place the BPhysics java file into the library folder but unfortunately...
Sure ! It will be a very minimalist example since the error shows up when importing the library. `add_library('bRigid')` returns: ``` sketch_200705e.pyde:1: RuntimeWarning: PyTableCode.call caught a Throwable that is not...
Also, following the investigations of @mpsftw (many thanks for your time) I tried to convert all the _java_ files in `src` to _jar_ format with Eclipse and then place them...
Thank you so much for the swift reply @Coac May I suggest a couple of minor improvements regarding that `propagate` function ? For example, your stack (`to_update`) could be a...