diff --git a/README.md b/README.md index 6533a5d..c74da55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # AnimX Animation Library -This library provides a set of function to calculate animation curve values in the exact same way as Maya. +This library provides a set of functions to calculate animation curve values in the exact same way as Maya. The library's main goal is to replicate interpolation schemes found in Maya. While an interface is provided to Maya's animation curves, curve storage, serialization, etc. is delegated to the client code. A python-based test suite is included to demonstrate how to use the library and ease validation against Maya. # Building the Library