Find a file
2020-09-22 22:42:24 +02:00
src Removed capsize on vertices. Fixed memory leak 2020-09-22 22:42:24 +02:00
.gitignore Initial commit 2020-09-22 21:56:44 +02:00
CMakeLists.txt Initial commit 2020-09-22 21:56:44 +02:00
LICENSE Initial commit 2020-09-22 21:54:04 +02:00
README.md Added codefactor 2020-09-22 22:01:10 +02:00

Bezier Curves

CodeFactor

I was trying to understand how Bézier Curves are created/calculated, so I created this program to draw them.

Graphics done in SDL2