An open API service indexing awesome lists of open source software.

https://github.com/ayuzur/cpond

procedurally animated fish for your terminal
https://github.com/ayuzur/cpond

Last synced: 3 months ago
JSON representation

procedurally animated fish for your terminal

Awesome Lists containing this project

README

          

# cpond
![image](https://github.com/user-attachments/assets/a8dddebd-af3d-4e20-a346-9742b1322300)
creates procedurally animated fish to swim around your terminal

> [!NOTE]
> Command line options have been added, including the option to use braille character drawing!
> See "usage" below.

## make

_note I used gcc_

1. git clone
2. ensure you have ncurses installed. (ncurses6 was used)
3. move into your local clone of the repo
4. run `make` to get the cpond executable
- if you are on mac and run into issues try changing `-lncursesw` to `-lncurses` in the Makefile

## usage
- to run `./cpond`

- `-b or --braille` allows you to toggle the use of braille characters
- This makes it so you don't have to zoom out (as far) to see the fish!
- `-c or --count` allows you to set the number of fish
- `--fps` allows you to change the fps by changing the delay between frames.
- ex: `--fps 60` will set the delay between frames to 1s / 60.

while runnning

- type q to quit
- type p to toggle pause