Table of Contents
toxiclibs
toxiclibs is a growing collection of general purpose utilities and classes for Java and Processing development which I've written over the past few years.
Package overview
Currently the following packages are available:
- toxi.audio - JOAL focused utilities/soundmanager
- toxi.geom - currently only consists of a comprehensive 3D vector class (Javadocs available in the download)
- toxi.image.util - grayscale image filters, colour palette sorting
- toxi.math
- some (collected) faster implementations of assorted common math functions
- sin/cos lookup tables
- perlin & simplex noise
- wave generators
- toxi.util.datatypes - currently only TypedProperties class for dealing with Java property files
- toxi.video - JMF based video capturing (needs updating)