CodingTrain / CodingTrain/Suggestion-Box
Bezier Curves
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
I think a coding challenge on bezier curves would be a nice idea! Without even really understanding the math, using the visual guides on the wikipedia page helped me to understand enough to implement it on my own. To create a bezier curve, move the start, end, and the control points, animate the curve being drawn and all the subpoints along with it, maybe even dynamically adjusting the size of the bezier curve so it has to be implemented recursively or smartly enough to accommodate a live changing scenario. Below is a screen grab of my implementation so far. Hope you like the idea!


Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.