Greg Stanton
Greg Stanton
Hi all! Thanks so much to everyone for offering to help with this issue. Right now, I'm hoping to hear back about the implementation process for [p5.js 2.0](https://github.com/processing/p5.js/issues/6678#issuecomment-1913480670). There are...
@limzykenneth Thanks! Code examples are a great idea. Here's a list of examples that illustrates some key differences: ### Example 1 **Current syntax**: ``` beginShape(); vertex(x0, y0, z0); bezierVertex(x1, y1,...
Thanks for your feedback @peilingjiang! Your library looks really cool, by the way. I think it'd be great to flesh out the pros and cons of your API idea, for...
Okay, @peilingjiang! I have some initial feedback to share regarding the API you proposed. ### Pros The `bezierVertices()` API (as opposed to the `bezierVertex()` API) has some nice benefits. Here...
Thanks so much @davepagurek! This is a great discussion. ### Disambiguating primitives I'm glad you raised the issue about using `beginContour()`/`endContour()` for two different purposes. This leads us to a...
Thanks @davepagurek! I'll reply to your points about using `beginPrimitve()`/`endPrimitive()` to distinguish primitive shapes, as well as your ideas about naming. ### Considerations for `beginPrimitive()`/`endPrimitive()` #### Duplicate vertices With `beginPrimitve()`/`endPrimitive()`,...
Thanks for bringing up these points @davepagurek! This is all helpful for filling in the details. ### Bézier curves are a special case? Yeah, I probably could've worded that more...
This is getting very interesting @davepagurek! I'm going to think about this some more. As if we didn't already have enough to think about, here are some papers that your...
Thanks so much for the summary @davepagurek! I'll add a few thoughts about the existing options and propose a new one. ### A chaining-only API One option is to keep...
Thanks for inviting me to comment @limzykenneth! This seems like a really great initiative. I jotted down thoughts about the individual proposals, and I have notes on new proposals of...