BezierCurves/README.md
2020-09-22 22:01:10 +02:00

8 lines
316 B
Markdown

# Bezier Curves
[![CodeFactor](https://www.codefactor.io/repository/github/lauchmelder23/beziercurves/badge)](https://www.codefactor.io/repository/github/lauchmelder23/beziercurves)
I was trying to understand how Bézier Curves are created/calculated,
so I created this program to draw them.
Graphics done in SDL2