Skip to content

A cozy fireplace in your terminal

License

Notifications You must be signed in to change notification settings

lbforks/fireplace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fireplace

A cozy fireplace in your terminal

Build and Run

  • Install ncurses
    • Including the development packages (usually called libncurses5-dev or something similar)
  • make
  • ./fireplace

Options

Usage: ./fireplace [options]
	-c character	An ASCII character to draw the flames. Default is '@'.
	-h		Print this message.
	-f framerate	Set the framerate in frames/sec. Default is 20.
			A framerate of zero will make frames spit out as soon as they are ready.
	-t temp		Set the maximum temperature of the flames. Default is 10.
			A higher temp means taller flames.

Press q at any time to douse the flames.

Preview

fireplace gif

About

A cozy fireplace in your terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.8%
  • Makefile 2.2%