What you need to know is the processing ide includes an antlr pre-processor that converts the *.pde to java.
You can find that file in your /tmp
folder on linux. It is this java code that gets compiled to run a sketch. In fact the compiled code also get stored in the /tmp
folder. PS I get quite reasonable performance on my RaspberryPI4 (4G).
1 Like