Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

polygonskeletons

A python module to compute straight skeletons using CGAL's algorithm.

example

The polygonskeletons.skeleton_cgal(polygons) python function makes a subprocess call to a CGAL executable to process the data. This executable is compiled at install time, meaning cmake, make, and the CGAL dev files are required for setup.py to work.

Improvements to be made

  • accept polygon soups as input
  • examples
  • choice of EpIc or EpEc kernel at runtime
  • improve setup.py
  • maybe proper documentation?
  • see if CGAL code can be made prettier with more c++11 stuff
  • use boost::python instead of executable + subprocess

About

a python module to compute straight skeletons

Resources

Stars

16 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages