polyskel icon indicating copy to clipboard operation
polyskel copied to clipboard

Straight skeleton implementation in Python

Results 10 polyskel issues
Sort by recently updated
recently updated
newest added

I'm getting an incorrect skeletonization of the vector representation of キ: ![image](https://user-images.githubusercontent.com/251239/106987626-30ef8880-676e-11eb-9913-c02c8c86dbaa.png) I tried both clockwise and anti-clockwise: ``` 349,282 365,365 179,392 81,400 113,565 211,542 393,512 419,649 196,684 84,696 118,856...

Hello and thanks for your very useful library. I implemented it in FreeCAD: [github repo](https://github.com/ebrahimraeyat/PitchedRoof) there is a library called [Pyskeleton](http://vision.mas.ecp.fr/Personnel/teboul/pySkeleton.php) that can take different angles for each edge: [different...

Hi Botffy, Thanks for your great work. I have a very quick question: I was trying to use your code to generate a straight skeleton for the following outline: poly...

Hi, Botffy Thanks for your great job, it helps me a lot. I have a question about the selection of distance when compare the priority of events. I saw you...

Algorithm
multi-events

demo.py [t-shape_extra_edge.txt](https://github.com/Botffy/polyskel/files/5183838/t-shape_extra_edge.txt) ![image](https://user-images.githubusercontent.com/613295/92402880-0e166500-f139-11ea-920c-34fd683d2b98.png)

bug
multi-events

Hi, Looks like we use different versions or "euclid" lib. In euclid version here, hash use ```Point2.__repr__``` basically rounding coords values with a 0.01 precision. The rounding for hash is...

I'm trying to run the demo script on some own testfiles in which the polygon is represented by geographical coordinates (float values with 7 decimal places). Do geographical coordinates in...

Hello I recently contacted the developer of euclid3 which polyskel depends on. They informed me that they are no longer supporting euclid3 and have not worked on it in many...

I have extremaly complicated geometry :)