libanim

changeset 63:091dd6e6be59

added README file
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 17 Apr 2014 07:51:18 +0300
parents eb024fa08fe6
children 73a26dc37e43
files README
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/README	Thu Apr 17 07:51:18 2014 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +libanim
     1.5 +-------
     1.6 +A general-purpose hierarchical keyframe animation library
     1.7 +
     1.8 +Libanim is a C animation library, which can be used as a generic framework to
     1.9 +add keyframe interpolation tracks for any single-valued or 3-vector parameters,
    1.10 +or at a slightly higher level as a hierarchical PRS (position/rotation/scaling)
    1.11 +animation node framework for 3D graphics programs.
    1.12 +
    1.13 +Libanim depends on libvmath (http://code.google.com/p/libvmath)