All Projects → Wyatt915 → fireplace

Wyatt915 / fireplace

Licence: MIT License
A cozy fireplace in your terminal

Programming Languages

c
50402 projects - #5 most used programming language
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to fireplace

Shadbot
A configurable multipurpose bot bringing you music, multiplayer games, moderation commands and more!
Stars: ✭ 48 (-7.69%)
Mutual labels:  fun
stui
A Slurm dashboard for the terminal.
Stars: ✭ 36 (-30.77%)
Mutual labels:  terminal-based
dimage.js
Never settle for two dimensions
Stars: ✭ 66 (+26.92%)
Mutual labels:  fun
coinbash
💰 A bash script (CLI) for displaying crypto currencies market data in a terminal 🖥
Stars: ✭ 110 (+111.54%)
Mutual labels:  terminal-based
Fun
Small fun scripts
Stars: ✭ 22 (-57.69%)
Mutual labels:  fun
ash
A modern terminal text editor
Stars: ✭ 37 (-28.85%)
Mutual labels:  terminal-based
WriteYourOwnReact
Write your own version of React. Why? Because you CAN!
Stars: ✭ 20 (-61.54%)
Mutual labels:  fun
gomphotherium
Gomphotherium (/ˌɡɒmfəˈθɪəriəm/; "welded beast"), a command line Mastodon client.
Stars: ✭ 22 (-57.69%)
Mutual labels:  terminal-based
CLIp
CLIp is a clipboard manager for a command line interface written in 100% standard C only. Pipe to it to copy, pipe from it to paste.
Stars: ✭ 12 (-76.92%)
Mutual labels:  terminal-based
After-Effects-Fun
Expressions, scripts and projects for Adobe After Effects
Stars: ✭ 20 (-61.54%)
Mutual labels:  fun
asciisciit
ASCII Art, Video, and Plotting Toolbox
Stars: ✭ 71 (+36.54%)
Mutual labels:  terminal-based
xgopher
One giant hack for an xeyes variant.
Stars: ✭ 13 (-75%)
Mutual labels:  fun
Turn
Hacktkober 'n' Slash (C++ turn-based RPG game)
Stars: ✭ 51 (-1.92%)
Mutual labels:  terminal-based
secman
[Archived] 👊 Human-friendly and amazing secrets manager.
Stars: ✭ 63 (+21.15%)
Mutual labels:  terminal-based
vocage
A minimalistic spaced-repetion vocabulary trainer (flashcards) for the terminal
Stars: ✭ 68 (+30.77%)
Mutual labels:  terminal-based
discord-leveling-system-ranking-system
A simple rankcard system with the ranking system included using an enmap database, and canvacord
Stars: ✭ 49 (-5.77%)
Mutual labels:  fun
pokemon
ascii database of pokemon... in python!
Stars: ✭ 49 (-5.77%)
Mutual labels:  fun
lightsout
🎲 Lights Out Game
Stars: ✭ 23 (-55.77%)
Mutual labels:  fun
memer-action
A GitHub Action for Programmer Memes xD
Stars: ✭ 21 (-59.62%)
Mutual labels:  fun
AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (-57.69%)
Mutual labels:  fun

Fireplace

A cozy fireplace in your terminal

A gif of what to expect

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.

Docker build and run

  • docker build . -t fireplace:latest
  • docker run -it --rm fireplace

Run with arguments:

  • docker run -it --rm fireplace -t 7
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].