CVSROOT:        /cvs
Module name:    ports
Changes by:     fcam...@cvs.openbsd.org 2021/02/01 07:44:30

Log message:
    Import graphics/libspiro.
    
    Spiro is the creation of Raph Levien. It simplifies the drawing of
    beautiful curves.
    
    Using bezier splines an artist can easily draw curves with the same
    slope on either side of an on-curve point. Spiros, on the other hand,
    are based on clothoid splines which make it easy to maintain constant
    curvature as well as constant slope. Such curves will simply look nicer.
    
    Spiro splines only use on-curve points and so are easier to use and more
    intuitive to the artist.
    
    This library will take an array of spiro control points and convert them
    into a series of bezier splines which can then be used in the myriad of
    ways the world has come to use beziers.
    
    From Alessandro De Laurenzis, thanks!
    
    OK bentley@
    
    Status:
    
    Vendor Tag: fcambus
    Release Tags:       fcambus_20210201
    
    N ports/graphics/libspiro/distinfo
    N ports/graphics/libspiro/Makefile
    N ports/graphics/libspiro/pkg/DESCR
    N ports/graphics/libspiro/pkg/PLIST
    
    No conflicts created by this import

Reply via email to