processing and p5js

Hello!

Anyone know if I can use the libraries of video and net of processing in p5js.

Answers

  • @lilispi: no you can't use processing libraries with p5js. One is based on Java and the other on JavaScript. These are two very different languages.

    @GoToLoop has linked to libraries specifically written to work with p5js (not many but it's early days) but it's also possible to use existing JavaScript libraries alongside p5js... Of course there can come a point where you might as well be writing pure JS and not bothering with p5 at all. Depends how much p5's abstractions help with your particular project ;)

Sign In or Register to comment.