Skip to content

paoletto/qnurbseditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QNurbsEditor is a 2D curve editor based on NURBS, although the curves used are currently only uniform curves.

As special features it allows to load a raster as background to help tracing a given shape, and to load python scripts that would be invoked passing the evaluated curve as argument.

Said script has to implement a def run(arg) function, where arg is a map that can be unpacked like

    curve = arg["curve"]
    tangents = arg["tangents"]
    tangentAngles = arg["tangentAngles"]

About

2D curve editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published