c ripple
a c program that replicates the ripple effect caused by rainfall in your terminal
Warning
I am not a professional programmer. Run at your own risk!
compile the main file. Link the math library if necessary
gcc
gcc main.c -lm -o cripple
cl
cl /Fe:cripple main.c
run the executable
you will likely have to zoom out to see
It can take the width and height of your terminal as the first two command line args
ctrl+c to stop
- adding fade out for the ripples using character brightness
- clean up code