wok view libspiro/description.txt @ rev 18837

Up slitaz-base-files + typo in autoblog
author Lucas Levrel <llevrel@yahoo.fr>
date Wed Jan 20 21:39:21 2016 +0100 (2016-01-20)
parents
children
line source
1 Spiro is the creation of Raph Levien. It simplifies the drawing of beautiful
2 curves.
4 Using bézier splines an artist can easily draw curves with the same slope on
5 either side of an on-curve point. Spiros, on the other hand, are based on
6 clothoid splines which make it easy to maintain constant curvature as well as
7 constant slope. Such curves will simply look nicer.
9 Raph Levien's spiro splines only use on-curve points and so are easier to use
10 and more intuitive to the artist.
12 This library will take an array of spiro control points and convert them into
13 a series of bézier splines which can then be used in the myriad of ways the
14 world has come to use béziers.