CodingTrain / CodingTrain/Suggestion-Box

Bezier Curves

Open
#1,668 0 comments 0 reactions 0 assignees View on GitHub
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!

![chrome_WTSSx5NMUy](https://user-images.githubusercontent.com/11250595/120209373-9c1d0900-c1fc-11eb-8c40-81fd56809b42.png)

![chrome_kjWMwqLEbq](https://user-images.githubusercontent.com/11250595/120209352-91fb0a80-c1fc-11eb-9588-ae371dc52e62.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.