libanim

annotate README @ 33:f12663c5c907

changed macosx dylib name to libanim.dylib
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 17 May 2014 22:51:25 +0300
parents 69ca4baf13e3
children
rev   line source
nuclear@27 1 libanim
nuclear@27 2 -------
nuclear@27 3 A general-purpose hierarchical keyframe animation library
nuclear@27 4
nuclear@28 5 Copyright (C) 2012-2014 John Tsiombikas <nuclear@member.fsf.org>
nuclear@28 6 This program is free software. You may use, modify, and redistribute it under
nuclear@28 7 the terms of the GNU General Public License v3 or (at your option), any later
nuclear@28 8 version published by the Free Software Foundation.
nuclear@28 9
nuclear@27 10 Libanim is a C animation library, which can be used as a generic framework to
nuclear@27 11 add keyframe interpolation tracks for any single-valued or 3-vector parameters,
nuclear@27 12 or at a slightly higher level as a hierarchical PRS (position/rotation/scaling)
nuclear@27 13 animation node framework for 3D graphics programs.
nuclear@27 14
nuclear@27 15 Libanim depends on libvmath (http://code.google.com/p/libvmath)