8000 GitHub - ayuzur/cripple: a c program that tries to replicate the ripples caused by rainfall in the terminal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ cripple Public

a c program that tries to replicate the ripples caused by rainfall in the terminal

License

Notifications You must be signed in to change notification settings

ayuzur/cripple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cripple

c ripple

a c program that replicates the ripple effect caused by rainfall in your terminal

youtube video

image

Warning

I am not a professional programmer. Run at your own risk!

build

compile the main file. Link the math library if necessary

gcc gcc main.c -lm -o cripple

cl cl /Fe:cripple main.c

usage

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

future changes

  • adding fade out for the ripples using character brightness
  • clean up code

About

a c program that tries to replicate the ripples caused by rainfall in the terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0