D
D
Hello @davepagurek, in response to a previous comment of yours here > We might want it to mirror Processing's features: There's a Processing example being converted to js for the...
I can definitely take on this, but as it is quite easy, would you prefer to label it as "good first issue" or so? So that a newcomer (newer than...
I took a look on the tutorial and found out another broken link. This and the one you mentioned are the only two broken links in that page. > You've...
Is it allowed to use external libraries for loading SVG files in P5js? I remember you asked this in #235, but @REAS did not give an answer to that. Sorry...
> I thought about it. We're just trying to emulate the behavior of Processing in a web page so I can't see why we would _have to_ use p5.js if...
# Working examples Hello, after trying out some of the libraries, I finally chose Paperjs. I have made a [repository with working examples](https://github.com/trikaphundo/processing-shape-examples) for both tasks: "scale shape" and "shape...
> Current behavior Mouse clicks register in interactive sketches even when the cursor is not over the sketch window (like clicking on links anywhere in the page). This is particularly...
> Thanks @trikaphundo! Shall I assign this one to you? Otherwise I can tag this as "help wanted" I am writing some tests and tinkering with them, but for now...
Hello, I have been reading the code of the P5js library that manages input events and, in particular, updating the mouse position. According to the [documentation](https://github.com/processing/p5.js/blob/4a25eab45389164fbf41a5e56dfe1997083756c5/src/events/mouse.js#L87) for the `mouseX` property...
> Thanks for the detailed investigation! Whether Processing ends up adopting this proposal or not, I believe it is best to write down **why** and **how** it works; so that...