Describe the bug
The user receives errors about missing dependencies when running the example sketches.
Steps to reproduce
Follow the installation guide hosted on GitHub pages in a fresh install of Processing v.4.5.2: https://danielcorbani.github.io/LunaMapping/getting-started.html
Expected behavior
Either the examples work as documented, or else the documentation includes details of the required dependencies and how to install them.
Actual behavior
Error 1:
The package “controlP5” does not exist. You might be missing a library.
No library found for controlP5
No library found for processing.video
Libraries must be installed in a folder named 'libraries' inside the sketchbook folder (see the Preferences window).
The package “controlP5” does not exist. You might be missing a library.
This error is resolved by installing "ControlP5 2.2.6" by Andreas Schlegel. After resolving that error the user encounters the second error.
Error 2:
The package “processing.video” does not exist. You might be missing a library.
No library found for processing.video
Libraries must be installed in a folder named 'libraries' inside the sketchbook folder (see the Preferences window).
The package “processing.video” does not exist. You might be missing a library.
This error is resolved by installing "Video Library for Processing 4 | GStreamer-based video library for Processing" by The Processing Foundation.
Describe the bug
The user receives errors about missing dependencies when running the example sketches.
Steps to reproduce
Follow the installation guide hosted on GitHub pages in a fresh install of Processing v.4.5.2: https://danielcorbani.github.io/LunaMapping/getting-started.html
Expected behavior
Either the examples work as documented, or else the documentation includes details of the required dependencies and how to install them.
Actual behavior
Error 1:
This error is resolved by installing "ControlP5 2.2.6" by Andreas Schlegel. After resolving that error the user encounters the second error.
Error 2:
This error is resolved by installing "Video Library for Processing 4 | GStreamer-based video library for Processing" by The Processing Foundation.