The graphics/libspiro port
libspiro-20221101 – simplifies the drawing of beautiful curves (cvsweb github mirror)
Description
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.WWW: https://github.com/fontforge/libspiro
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Reverse dependencies
Files
- /usr/local/include/bezctx.h
- /usr/local/include/spiro.h
- /usr/local/include/spiroentrypoints.h
- /usr/local/lib/libspiro.a
- /usr/local/lib/libspiro.la
- /usr/local/lib/libspiro.so.1.0
- /usr/local/lib/pkgconfig/libspiro.pc
- /usr/local/man/man3/libspiro.3