A program which can be used to much around with bezier curves and visualise how bezier curves are formed. Made in C++ with SFML.
Left Click
anywhere to create a new point. OrHold Down Left Click and Drag
to move an existing point.
Right Click
on an existing point to delete the point.
Press
r
to reset the screen (delete all of the points).
Press
u
to undo placing the last point (delete the last point placed down).
Press
l
to toggle showing the lines that are used to illustrate how the bezier curve is formed.
Naviagte to the releases tab on the right. Follow the instuctions provided there.
Clone this repository and follow the instuctions on the SFML Visual Studio Code Boilderplate to learn how to compile the program from source.