We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, probably a super common problem but I have been searching for a while now and haven't found a solution. Imported HE_Mesh 2014 via Add Library, running this code: http://www.openprocessing.org/sketch/62534 but still get the error message:
No library found for wblut.core.processing
No library found for wblut.hemesh.tools
No library found for wblut.hemesh.creators
No library found for wblut.hemesh.core
No library found for wblut.geom.core
Libraries must be installed in a folder named 'libraries' inside the 'sketchbook' folder.
What do I need to do?
Answers
That sketch was written in 2012 with an older version of HE Mesh
If you delete these imports
and add the new ones
It will help but some of the methods in the library have changed so you are going to haveconvert thes to the updated library yourself.
Sweet, thanks!