A program made using SFML, C++ to demonstrate a Cubic Bezier Curve with moveable anchors
the program has two types of anchors shown as red and white points in the window for manipulating the line:
- White moves the position of the line
- Red changes the curve of the line
both types can be clicked and dragged on and moved freely around the window.
For managing dependencies I used vcpkg this allows the repo to be a smaller size for download
vcpkg install sfml
