/BezierCurves

Primary LanguageC++GNU General Public License v2.0GPL-2.0

Bezier Curve Visualsation

Bezier Curve Visualsation Example Image

A program which can be used to much around with bezier curves and visualise how bezier curves are formed. Made in C++ with SFML.

Controls

Mouse

Left Click anywhere to create a new point. Or Hold Down Left Click and Drag to move an existing point.

Right Click on an existing point to delete the point.

Keyboard

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.

Install

Download

Naviagte to the releases tab on the right. Follow the instuctions provided there.

Compile the Program

Clone this repository and follow the instuctions on the SFML Visual Studio Code Boilderplate to learn how to compile the program from source.