TubesP5 is a Processing library for drawing tube meshes over a collection of points (a line strip, or a curve).
It implements Parallel Transport Approach to Curve Framing, references could be found in paper from Hui Ma,1995 and in Game Programming Gems volume 2.
It was a part (a little part, actually) of my project for Computational Geometry course at university with teacher A. Alzati http://users.mat.unimi.it/users/alzati/personale/
Original Java implementation by Alberto Massa.
Processing 2.0 repack by Raphaël de Courville.
Unzip and put the extracted SignalFilter folder into the libraries folder of your Processing sketch folder. Reference and examples are included in the SignalFilter folder.
System:
- OSX
Processing Version:
- 2.0.1
Toxiclib