Un fork de lavat pour pouvoir y ajouter des titres - retour accueil
git clone git://bebou.netlib.re/lavat
Log | Files | Refs | README | LICENSE |
commit 095675c17d27269ecb510e2b69f6eedc4b52424a parent 757189f287308d44561a98e7029b8845727996b6 Auteurice: AngelJumbo <31261193+AngelJumbo@users.noreply.github.com> Date: Sat, 29 Oct 2022 20:07:31 -0500 Update README.md Diffstat:
M | README.md | | | 9 | ++++----- |
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -1,7 +1,7 @@ # lavat Little program that simulates a lava lamp in the terminal. - + ## Installation Requirements: A Unix-like system, a C compiler and make. @@ -40,23 +40,22 @@ OPTIONS: `lavat -c red -R 1` - + `lavat -c cyan -R 4 -b 20 -r 2` - + If you send more than one character to the -F option you can have 3d-ish effect. `lavat -c blue -R2 -F @@:::::: -r10` - + (The colors depend on your color scheme.) ## Credits - This program is made with [Termbox2](https://github.com/termbox/termbox2). - - [Metaballs](https://en.wikipedia.org/wiki/Metaballs). - [Lava lamp in JavaScript](https://codeguppy.com/site/tutorials/lava-lamp.html)