Skip to content

maks-kovpak/bezier-curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chain of Bézier curves

Construction of a chain from cubic Bezier curves. Four points are required to set the first curve, then every 3 points set the next curve connected to the previous one. It is possible to switch a smooth transition between two adjacent curves, this is done with the help of a square (button) in the upper left corner. Points can be transferred freely.

The program is written using the SFML library, so you will need to add it to the project.

Examples

Normal mode:

Smoothing mode:

Releases

No releases published

Packages

No packages published

Languages