Skip to content

CaseySanchez/Mandoline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandoline

Description

Mandoline is 2D polygon slicing software. It performs a scanline segmentation of the polygon and connects the generated vertices along the edges of the polygon in a staggered manner to visit the entire surface of the polygon.

Video of the provided example:

alt

Building

Built on Ubuntu 20.04.1 LTS compiled with GCC 9.3.0.

Dependencies:

sudo apt install libeigen3-dev libcairomm-1.0-dev

To build & run the provided example:

mkdir build && cd build
cmake .. && make
./Mandoline

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published