Constraint geometry processing language.
- Boost 1.57
- CMake 3.1
- C++ compiler that supports C++17
git clone --recursive https://github.com/agehama/Pita.git
mkdir build ; cd !$
cmake ../Pita
make -j
./pita ../Pita/examples/3rects.cgl -o 3rects.svg
ctest -V