Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 837 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 837 Bytes

MessyCurves (WIP)

inspired by https://www.openprocessing.org/sketch/486307/

Installation

git clone https://github.com/lulu1315/MessyCurves.git MessyCurves
cd MessyCurves

you will need to clone and build the tinycurve project

git clone https://github.com/msteinbeck/tinyspline.git tinyspline
cd tinyspline
mkdir build
cd build
cmake ..
cmake --build .

the resulting libraries are in tinyspline/build/lib.

build MessyCurves :

cd ..
mkdir build
cd build
cmake ..
make