import controlP5.*;
ControlP5 gui;
void setup()
{
gui = new ControlP5(this);
}
前面的代码在 Processing.js 中运行时给出了错误:“Uncaught Processing.js: Unable to execute pjs sketch: ReferenceError: ControlP5 is not defined”,即使我的计算机上安装了 ControlP5。谁能帮我解决这个问题,以便我可以在 Processing.js 中使用 ControlP5?