A way for you to express your love through something you love.
ASCII heart animation rendered in the terminal.
You can download video if you want just that and skip the hustle of compiling and recording.
- Spinning Heart: Displays a heart shape that rotates around both the X and Y axes, creating a mesmerizing animation.
- Operating System: Linux
- Compiler: GCC
- Libraries:
math.h
,stdio.h
,unistd.h
To compile the programs, use the following commands:
gcc -o heart heart.c -lm
Run the executables in the terminal:
./heart
This project is licensed under the MIT License. See the LICENSE file for details.