hrobeers / wkt-nest

2D bin-packing and nesting tool, reading OGC Well-Known Text polygons from file or stdin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WKT-nest

WORK IN PROGRESS!

2D bin-packing and nesting tool, reading OGC Well-Known Text polygons from file or stdin.

example command:

echo "BOX(0 0,10 10) POLYGON((0 0,2 7,4 3,2 0,0 0)) POLYGON((0 0,1 1,1 0,0 0)) POLYGON((0 0,4 4,1 0,0 0)) POLYGON((0 0,5 3,1 0,0 0))" | ./build/bin/wkt-nest > /tmp/poly.svg

About

2D bin-packing and nesting tool, reading OGC Well-Known Text polygons from file or stdin

License:GNU General Public License v3.0


Languages

Language:C++ 78.4%Language:HTML 10.8%Language:CMake 7.6%Language:Shell 1.9%Language:Makefile 1.4%