libanim

view README @ 28:60a46a122b0f

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