Render dynamic weather for ASCII landscapes. Inspired and powered by ~iajrz's climate program.
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add README

Diff 5b4d15de 0a9acf73

+27
Atmosphere.png

This is a binary file and will not be displayed.

+27
README.md
··· 1 + Atmosphere generates dynamic ANSI-powered weather for ASCII landscapes. It's 2 + based on ~iajrz's `climate` program that generates randomized weather prompts. 3 + 4 + Using that generated weather, Atmosphere grabs an ASCII landscape and some 5 + specially-made metadata about it and paints weather over the top. Time of day, 6 + cloudiness, fogginess, windiness, and raininess are all supported. 7 + 8 + Atmosphere periodically polls for weather changes, and if the weather has been 9 + updated the scene will transition out and back in with the new weather. 10 + 11 + ## Plans/ideas 12 + 13 + Maybe periodically cycle through different scenes, not just when the weather 14 + has been updated? Would also make like "close up" scenes where the sky isn't 15 + visible feasible if it'll just transition out after a few minutes. 16 + 17 + ## Installation 18 + 19 + `go get git.tilde.town/diff/Atmosphere` 20 + 21 + ## Usage 22 + 23 + Just run the compiled executable file. 24 + 25 + ## Screenshot/Animation 26 + 27 + ![Atmosphere as seen from the terminal](Atmosphere.png)