nalankaru / MessyCurves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C++ 69.0%Language:C 22.0%Language:CMake 4.0%Language:JavaScript 2.1%Language:Makefile 2.0%Language:Shell 0.9%