You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Great library, loving it, thanks for making it. I really want to use the list example you have in this library but I need to implement it with my p5.js project. I believe the processing community created p5 out of Processing.js but I'm not exactly sure how to implement the Guido library into my p5 project.
the Guido.js is in JavaScript but the list.pde is in Processing and I need to manually change it to JavaScript (ex: public void () -> function () ) but how/where do I call the library? It gives me an error when I have import in my sketch.js file.
Please help.
The text was updated successfully, but these errors were encountered:
Hi,
Great library, loving it, thanks for making it. I really want to use the list example you have in this library but I need to implement it with my p5.js project. I believe the processing community created p5 out of Processing.js but I'm not exactly sure how to implement the Guido library into my p5 project.
the Guido.js is in JavaScript but the list.pde is in Processing and I need to manually change it to JavaScript (ex: public void () -> function () ) but how/where do I call the library? It gives me an error when I have import in my sketch.js file.
Please help.
The text was updated successfully, but these errors were encountered: