Hello,
I posted this in the gallery recently but have moved it to here instead.
@svan The gallery post should include the working configuration to run the code.
Can you please add this?
It does not run on Windows 10 Pro 22H2 with Processing 4.3.2 as is:
It does run on Windows 10 Pro 22H2 with Processing 4.3.2 with some additions.
It works if I import JavaFX and drag and drop the 7 jar files (from the modules folder) onto the sketch window to add them (a folder called code is created and contains these):
I also added this to the sketch:
import processing.javafx.*;
Which will include this additional 1x required javafx.jar
file:
You could include all the 8x jar files (from above) in the code folder as well and not need the import processing.javafx.*;
statement.
Related: