.
.
.
.
hxSpiro curve drawing library a haxe port of libSpiro provide cross platform cross language spiro generation.
Github demo use:
- Svg/Canvas/Webgl javascript example use. https://github.com/nanjizal/hxSpiroDemo
- Kha g2 ( js/c++ target ) example use. https://github.com/nanjizal/hxSpiroKhaG2
terminal setup demo commands, modify the last line of compile.hxml if your not on a mac.
haxelib git hxSpiro https://github.com/nanjizal/hxSpiro
haxelib git htmlHelper http://github.com/nanjizal/htmlHelper
... repeat for all required repositories.
git clone https://github.com/nanjizal/hxSpiroDemo
cd hxSpiroDemo
haxe compile.hxml
Reference, based on JS and C# ports:
https://github.com/wieslawsoltes/SpiroNet
https://github.com/be5invis/libspiro-js
Although you may also find this github very useful being thier source.