nuclear@27: libanim nuclear@27: ------- nuclear@27: A general-purpose hierarchical keyframe animation library nuclear@27: nuclear@28: Copyright (C) 2012-2014 John Tsiombikas nuclear@28: This program is free software. You may use, modify, and redistribute it under nuclear@28: the terms of the GNU General Public License v3 or (at your option), any later nuclear@28: version published by the Free Software Foundation. nuclear@28: nuclear@27: Libanim is a C animation library, which can be used as a generic framework to nuclear@27: add keyframe interpolation tracks for any single-valued or 3-vector parameters, nuclear@27: or at a slightly higher level as a hierarchical PRS (position/rotation/scaling) nuclear@27: animation node framework for 3D graphics programs. nuclear@27: nuclear@27: Libanim depends on libvmath (http://code.google.com/p/libvmath)