libanim

view README @ 75:86e01e36441f

converted the visual studio 2013 project to vs2015 and promoted it as the main and only vs project file
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 02 Aug 2015 05:01:30 +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)