From: Johan E. <jbc...@sw...> - 2014-09-04 22:12:11
|
On 20-8-2014 18:47, Stuart Axon wrote: > Hello lib2geom, > Where is the canonical place to download current lib2geom + python > bindings - (is it still the inkscape source for 2geom) ? > > Also - are there some examples for things like creating paths, > rendering in cairo and boolean ops ? Hi Stuart, Sorry for the long wait. This list is pretty quiet, and personally I am at the moment more focussed on working on Inkscape than lib2geom. The best place is probably our bzr repository: https://code.launchpad.net/~lib2geom-hackers/lib2geom/trunk (trunk is what you want) We had python bindings working a while ago, but it was never fully finished and the most important functionality was lacking (as far as I remember). I think for now, it is no use for you to try and work with the py2geom bindings. I think the important path operations are not supported for example (like adding a piece to the path!). The cython bindings look further developed, but I have never succeeded in using them myself. I hope you can give the cython part a try and see if it works / does something useful for you. kind regards, Johan |