Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.52 KB

README.md

File metadata and controls

35 lines (21 loc) · 1.52 KB

Polyskel

CI Status Version License Platform

This is a Swift port of the Python Polyskel project, to generate straight skeleton algorithm as described by Felkel and Obdržálek in their 1998 conference paper Straight skeleton implementation.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Roof mesh generated by the Example project

Features

The library can generate straight skeletons, but also roof models, including the gabled style according to R. G. Laycock and A. M. Day Automatically Generating Roof Models from Building Footprints

Installation

Polyskel is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Polyskel'

Author

[email protected] based upon the code by Yongha Hwang and Ármin Scipiades (Botffy).

License

Polyskel is available under the MIT license. See the LICENSE file for more info.