summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoutade <thegoofist@protonmail.com>2019-10-04 14:33:55 -0500
committerBoutade <thegoofist@protonmail.com>2019-10-04 14:33:55 -0500
commit3551fc5011267a9f44a81eadf1319ea6b3b025b7 (patch)
treed5fb5f1c48ada8f691909f57bc62fbe481b394ca
parentfc544fa95863ff714afcc82b213481fdf52e0471 (diff)
rewording
-rw-r--r--README.org9
1 files changed, 5 insertions, 4 deletions
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]]