annotate README @ 63:091dd6e6be59
added README file
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Thu, 17 Apr 2014 07:51:18 +0300 |
parents |
|
children |
60a46a122b0f |
rev |
line source |
nuclear@27
|
1 libanim
|
nuclear@27
|
2 -------
|
nuclear@27
|
3 A general-purpose hierarchical keyframe animation library
|
nuclear@27
|
4
|
nuclear@27
|
5 Libanim is a C animation library, which can be used as a generic framework to
|
nuclear@27
|
6 add keyframe interpolation tracks for any single-valued or 3-vector parameters,
|
nuclear@27
|
7 or at a slightly higher level as a hierarchical PRS (position/rotation/scaling)
|
nuclear@27
|
8 animation node framework for 3D graphics programs.
|
nuclear@27
|
9
|
nuclear@27
|
10 Libanim depends on libvmath (http://code.google.com/p/libvmath)
|