processing-library-template icon indicating copy to clipboard operation
processing-library-template copied to clipboard

test example from intellij

Open mingness opened this issue 1 year ago • 8 comments

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.

mingness avatar Jul 29 '24 18:07 mingness

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

mingness avatar Aug 06 '24 07:08 mingness

Downloading processing might install a different version than the contributor is working with

Stefterv avatar Aug 06 '24 07:08 Stefterv

Any other VSCode plugins / other tools that have to dynamically detect where processing-java is located?

Stefterv avatar Aug 06 '24 07:08 Stefterv

Run examples from intellij configurations.

mingness avatar Aug 16 '24 13:08 mingness

Have confirmed that one does not need to restart Processing for the newly compiled library to be used.

mingness avatar Aug 22 '24 14:08 mingness

Okay so any idea if triggering processing-java is an option?

Stefterv avatar Aug 26 '24 07:08 Stefterv

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//examples//.pdez should work? Is that another way to try?

mingness avatar Aug 26 '24 16:08 mingness

Yes I think that might also work

Stefterv avatar Aug 26 '24 17:08 Stefterv