Skip to content

yassck02/ASCII-Pipe-Screensaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII-Pipe-Screensaver

A 2D command line, text-based version of the 3D pipe screensaver

anim00001.gif img00002.png img00001.png

Build + Run

This project uses the ncurses library. ncurses is most commonly used for rendering text based user interfaces in command line environments. In this project, it is used for rendering the pipes to the terminal window. To build the project, link it with the ncurses library. Mac OS and most Linux distributions already come with ncurses installed, but Windows users will need to install it themselves

g++ main.cpp -lncurses

Tools + Libraries

Related Links

About

A 2D, text-based version of the throwback 3D pipe screensaver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages