vitamin
-------


vitamin - core system/framework
vitamin.fx - timeline/effect system
vitamin.interpolation - interpolation methods from penner's easing library
vitamin.math - math core. vector/matrix, etc.
vitamin.scenegraph - WIP scenegraph rendering system
vitamin.scenesimple - 3d rendering framework and scene loader
vitamin.shapes - simple fast to use shape classes
vitamin.utils - utils, io stuff, etc.


If you're going to use these classes for Processing projects, drop the library folder into the "libraries" folder of your
Processing sketchbook. You'll then need to restart Processing in order for it to find this new library.

Source code is not available for the moment

JavaDocs are available at the website.

http://www.pixelnerve.com/processing/libraries/vitamin

Have fun!


 

Copyright (c) 2006-2010 Victor Martins <vic@pixelnerve.com>

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

http://creativecommons.org/licenses/LGPL/2.1/

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA