From 3551fc5011267a9f44a81eadf1319ea6b3b025b7 Mon Sep 17 00:00:00 2001 From: Boutade Date: Fri, 4 Oct 2019 14:33:55 -0500 Subject: rewording --- README.org | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index bc575e0..200589a 100644 --- a/README.org +++ b/README.org @@ -3,9 +3,10 @@ /General purpose tweens and easing/ - Animise is a small library to define, compose, and sequence changes to number - values through time. Animise is intended to be used as a general purpose - [[https://en.wikipedia.org/wiki/Inbetweening][tweening]] solution for your Common Lisp projects. + Animise is a small library that you may use to orchistrate any time-varying + numerical values. While animise is intended to be used as a general purpose + [[https://en.wikipedia.org/wiki/Inbetweening][tweening]] solution for your Common Lisp projects, you could use it for other + purposes as well (e.g. modulating audio signals). Here is a short example using animise to define an animated a box using SDL2 @@ -30,7 +31,7 @@ #+end_src -And here is what the above might looks like +And here is what the above looks like [[.images/animise-eg-3.gif]] -- cgit v1.2.3