processing-library-template
processing-library-template copied to clipboard
test example from intellij
after the library is built and copied into processing, it would be great to be able to, from intellij, run processing on the example.pde.
Could intellij run processing on the commandline - tools > processing-java for macs.
I found out that processing-java should come with Windows and linux. In that case, it's a matter of finding out where the executable is, which wasn't so easy for me, as I let my installer install it - it was just easier to download the processing install files and run processing-java from that folder. Would pde:// work for this case, I would just need to replace the extension of the pde file to pdez? @SableRaf @Stefterv
Downloading processing might install a different version than the contributor is working with
Any other VSCode plugins / other tools that have to dynamically detect where processing-java is located?
Run examples from intellij configurations.
Have confirmed that one does not need to restart Processing for the newly compiled library to be used.
Okay so any idea if triggering processing-java is an option?
I'm chatting with Diya about her processing-java knowledge in the next couple of days. Btw, should I expect that pde:///<sketchbook location/libraries/
Yes I think that might also work