Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
20 lines (13 loc) · 817 Bytes

README.md

File metadata and controls

executable file
·
20 lines (13 loc) · 817 Bytes

ncpipes

Archivation note

This is an old miniproject from 2023. Look at remake rxpipes which is cooler.

Original README

animated

Building

To build this project, you should install the notcurses library.

If you have notcurses installed, just type mkdir build && cd build && cmake ... You can also install ncpipes by typing sudo cmake --install .

Usage

Type ncpipes and the pipes will start running on your screen! To exit, press Ctrl-C.

But, there are a few options that you can pass to ncpipes. To see what options are available, type ncpipes -h. For example, you can change the frame rate, what colors use, the turning probability, etc.