Dave Pagurek
Dave Pagurek
Also it looks like I get a crash if I leave it running too long: ``` p5.js:9941 Uncaught (in promise) RangeError: Too many properties to enumerate at Color.toString (p5.js:9941:31) at...
Just put up a PR doing the above + a few other optimizations: - When you construct a color with a string, it passes that string directly to the 2D...
We're using Github Pages for p5js.org and Netlify for beta.p5js.org. I think your earlier suggestion of including a custom 404 page with JS to check the URL + redirect is...
@all-contributors please add @VANSH3104 for code
I haven't debugged this sketch yet, but based on your recording it looks like there's some z-fighting going on as if there are two faces directly on top of each...
Sure thing, thanks @VANSH3104! Feel free to let me know here or on Discord if you need any pointers on how to go about doing this.
Hi! so the tessellation starts from here: https://github.com/processing/p5.js/blob/fc8ca8a1dc30700f4bb4df750bac36844185b205/src/webgl/ShapeBuilder.js#L48 and the actual tessellation happens in this: https://github.com/processing/p5.js/blob/fc8ca8a1dc30700f4bb4df750bac36844185b205/src/webgl/ShapeBuilder.js#L282 This gets triggered when you do `beginShape()` without a nondefault shape mode. You maybe...
I think this is good now!
> I assume that this is targeting [the beta site's download page](https://beta.p5js.org/download/) and an extra section with a download link for p5.strands ? Or should the current download buttons for...
> So this means that we need to include the addon into the list of archived items available for download ? Haven't checked where that magic is happening If we're...