Ben Moren

Results 55 comments of Ben Moren

I would like to re-open this issue in relationship to the web editor & it's auto-reload functionality specifically: #### from the reference: `Note that calling print() without any arguments invokes...

Fixing the editor could be a good step, but with 1.0 coming up it's important to lock down syntax like this ahead of it if there is the potential for...

I do think you're overstating the ease for a lot of contexts p5 is used in. At least for an understanding of the functionality, but maybe less so in the...

I'm not attached to `print()` as the name, although I understand it's historical context and most importantly the carry over from processing. `console()` alone would be the most logical in...

does it make sense to re-open this issue for more community discussion?

https://discourse.processing.org/t/collision-detection-doesnt-work-when-using-translate-and-rotate-p5-collide2d/11116 https://discourse.processing.org/t/how-to-check-for-collision-detection-with-rotated-polygons-using-p5-collide2d/21299 https://discourse.processing.org/t/rotated-polygons-with-collision-detection/10755

http://www.jeffreythompson.org/collision-detection/matrix-transformations.php

Hi @jacobjoaquin not sure if you're still working on this, but since p5.js and processing are so different in structure and how libraries get used, I'd suggest you move this...

agreed. This will take some amount of non-related sub-collision to achieve. eg. collision detection that is not inherent to the calculation of the collision being calculated. Circle collisions are not...

Hi @brownsloth sounds good, make a PR when it's ready and I'll review. THANK YOU!