Skip to content

Latest commit

 

History

History
37 lines (18 loc) · 1.23 KB

README.md

File metadata and controls

37 lines (18 loc) · 1.23 KB

tubesP5 : procedurally drawing tubes over curves

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.

Download

Installation

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.

Tested

System:

  • OSX

Processing Version:

  • 2.0.1

Dependencies

Toxiclib