Skip to content

Tool to create cubic Bezier curves based on user's points.

Notifications You must be signed in to change notification settings

Eikinel/Cubic-Bezier-Curve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cubic-Bezier-Curve

Tool to create cubic Bezier curves based on the user's points positions, in C++ using SFML-2.5.1.

How to use it ?

You'll need the SFML library. I personnally used the 2.5.1 version.
Clone the repo and compile sources. If you cannot run the binary file, consider visiting the Getting Started from SFML website

When it's done, run the bin file: a 1280x720 window appears with a circle, generated with the Bezier object. The window listens to user's clicks aswell and generate points, control points, anchor points and finally the Bezier curve by itself.

Screenshot

How can I reproduce the algorithm myself ?

I used several sources to do it by my own.

Feel free to use the code as you want

About

Tool to create cubic Bezier curves based on user's points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages