From 9d684f4d4e750a86ab0b80e16debc98bec1a49a4 Mon Sep 17 00:00:00 2001 From: Fabio Date: Sun, 27 Apr 2025 09:27:09 +0200 Subject: [PATCH] Changed the main readme to include the Easing library I also fixed a type in the Ansi readme. --- Ansi_readme.md | 2 +- readme.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Ansi_readme.md b/Ansi_readme.md index 287d143..a01817a 100644 --- a/Ansi_readme.md +++ b/Ansi_readme.md @@ -2,7 +2,7 @@ ```plain Author : Fabio Falcucci (Allanon) -License : MIT (see license.txt) +License : MIT (see Ansi_license.txt) Version : 1.7 Release : 03/11/2024 Dependancies : - diff --git a/readme.md b/readme.md index 1e8c3d0..815e707 100644 --- a/readme.md +++ b/readme.md @@ -49,9 +49,21 @@ All you have to do is: # ANSI Library **Hollywood-MAL ANSI Library** +Ansi escape sequences handling and terminal applications made easy. + [![ANSI Lib: Test program in action](images/Ansi.jpg)]() [Click here for the Ansi Readme](Ansi_readme.md) --- +# EASING Library +**Hollywood-MAL EASING Library** + +Animate smoothly any value, color, position, anything using several easing functions. + +[![Easing Lib: Test program in action](images/Easing.jpg)]() + +[Click here for the Easing Readme](Easing_readme.md) + +---