Thanks to visit codestin.com
Credit goes to github.com

Skip to content

VedWhat/easier-bezier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easier-bézier

A SUPER straight-forward implementation of a bezier curve editor.

What it is:

  • A html canvas that supports bezier curve editing for orders n=>1 to n<10
  • A SVG exporter, so you can take home your art 😄

What it isn't:

  • A replacement to anything, it's honestly super easy and just a curiosity itch
  • A way to have super accurate drawings

How it works:

For order n<=3 we have straight forward html canvas functions to draw them but for higher order beziers it's just straight lines for now but approximating the curve.

About

A SUPER straight-forward implementation of a bezier curve editor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published