Find a file
2020-09-22 21:56:44 +02:00
src Initial commit 2020-09-22 21:56:44 +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 Initial commit 2020-09-22 21:56:44 +02:00

Bezier Curves

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

Graphics done in SDL2