annotate README @ 36:6ebf9f2d1113
invalidate_cache should also invalidate children's caches recursively
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Sat, 08 Nov 2014 13:41:23 +0200 |
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)
|