The readme at the github page GitHub - micycle1/PGS: Processing Geometry Suite mentions a file PGS.jar for installing PGS, but I can find no jar file - is there another way of installing the PGS on Windows 10?
To install the Processing Geometry Suite (PGS) on Windows 10, you can follow these steps:
-
Download the PGS-1.4.0.jar file: Visit the PGS 1.4.0 release page and download the
PGS-1.4.0.jar
file. -
Rename the file to
PGS.jar
-
Create the necessary directory: Navigate to your Processing libraries folder, typically located at
Documents\Processing\libraries
. If thelibraries
folder doesn’t exist, create it. -
Set up the PGS library folder: Inside the
libraries
folder, create a new folder namedPGS
. Within thisPGS
folder, create another folder namedlibrary
. -
Place the JAR file: Move the downloaded
PGS.jar
file into thelibrary
folder you just created. The final path should beDocuments\Processing\libraries\PGS\library\PGS.jar
. -
Restart Processing: If Processing is open, restart it to recognize the new library.
-
Verify the installation: In Processing, go to
Sketch
>Import Library...
and check ifPGS
appears in the list.
cc @micycle
Thanks - I found PGS-1.4.0.jar at the bottom of Release 1.4.0 · micycle1/PGS · GitHub
I am assuming that version 1.4.1 does not have a jar file.