Skip to content
forked from nkint/tubesP5

Procedurally drawing tubes: Parallel Transport Approach for processing.org

Notifications You must be signed in to change notification settings

mcanthony/tubesP5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Procedurally drawing tubes: Parallel Transport Approach for processing.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 85.7%
  • CSS 12.7%
  • Shell 1.6%