Hello, I've been racking my brain trying to get box2d to work using the files from Shiffman's github and jbox2d. When I load the example (box2d exercise solved), the org.jbox2d files load but the shiffman.box2d.*; does not, saying:
No libraries found for shiffman.box2d
Libraries must be installed in a folder named 'libraries' inside the sketchbook folder (see the Preferences window).
The package "shiffman" does not exist. You might be missing a library.
I have tried dissecting the folders into just the .jar files and multiple iterations of different folders in the libraries folder to no avail, even renaming parent folders to "shiffman" followed by "box2d".
I even tried commenting out the shiffman files but it says:
Cannot find a class or type named "Box2DProcessing"
Does anyone have a step by step tutorial for installing Box2d into Processing 4.3 using Shiffman's Box2D-for-Processing and JBox2D.org? Or are these outdated and is there a new method?