I'm trying to use the OpenKinect for Processing Library on Processing 3 (Windows 11).
The last update to the library was in 2015 but the original author has some great video tutorials online that I'd like to learn from. I'm stuck trying to get Processing to recognize the library. What I've done so far is download the .zip from github, unzip, place the files in the 'libraries' folder in Processing.
But when I go to examples in Processing, the library's examples don't show up. When I drag an example into the window, I get "No library found for org.openkinect.processing". The unzipped file has a few additional folders in their so I also attempted to place the main library folder in Processing/libraries as well. What am I doing wrong
?