Changed the main readme to include the Easing library

I also fixed a type in the Ansi readme.
This commit is contained in:
Fabio
2025-04-27 09:27:09 +02:00
parent 56c8b1c6d5
commit 9d684f4d4e
2 changed files with 13 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
```plain ```plain
Author : Fabio Falcucci (Allanon) Author : Fabio Falcucci (Allanon)
License : MIT (see license.txt) License : MIT (see Ansi_license.txt)
Version : 1.7 Version : 1.7
Release : 03/11/2024 Release : 03/11/2024
Dependancies : - Dependancies : -

View File

@@ -49,9 +49,21 @@ All you have to do is:
# ANSI Library # ANSI Library
**Hollywood-MAL ANSI Library** **Hollywood-MAL ANSI Library**
Ansi escape sequences handling and terminal applications made easy.
[![ANSI Lib: Test program in action](images/Ansi.jpg)]() [![ANSI Lib: Test program in action](images/Ansi.jpg)]()
[Click here for the Ansi Readme](Ansi_readme.md) [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)
---