https://github.com/chunkhang/rain
Terminal rain
https://github.com/chunkhang/rain
Last synced: over 1 year ago
JSON representation
Terminal rain
- Host: GitHub
- URL: https://github.com/chunkhang/rain
- Owner: chunkhang
- License: mit
- Created: 2021-07-08T11:20:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T12:02:26.000Z (about 5 years ago)
- Last Synced: 2024-10-19T11:31:33.169Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 3.09 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rain
> Terminal rain
Sometimes, you just want some rain in the terminal.
## Demonstration

## Dependencies
- [Go 1.15](https://golang.org/)
- [Ncurses](https://invisible-island.net/ncurses/)
## Building
To make rain:
```
make
```
## Usage
Let it rain:
```
./rain
```
To see what flags are accepted, check out:
```
./rain -help
```
## Inspirations
- [ascii-rain](https://github.com/nkleemann/ascii-rain)