Skip to content

A simple experiment for playing with Bézier curves, nothing special, and certainly not the most efficient.

License

Notifications You must be signed in to change notification settings

funnyboy-roks/bezier-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bézier Experiments

A simple experiment with making Bézier curves, nothing special, and certainly not the most efficient.

Screenshot of program running

Controls

Control Action
Left Click + Drag Move point
Scroll Up/Down Increase/Decrease count of steps when drawing curves
Shift Scroll Up/Down Increase/Decrease count of mid points (min 1, max 10)
1, 2, 3, ..., 0 Put a midpoint at your cursor position
T Toggle showing traces
O Toggle showing only the curve
R Reset everything

Building

RayLib will need to be installed to build this project.

make
# or just
cc -o main main.c -lraylib

About

A simple experiment for playing with Bézier curves, nothing special, and certainly not the most efficient.

Topics

Resources

License

Stars

Watchers

Forks