Releases: inunix3/rxpipes
Releases · inunix3/rxpipes
v1.3.0
Added
- Keybind
,
: change speed by -1. - Keybind
.
: change speed by +1. - Keybind
<
: change speed by -10. - Keybind
>
: change speed by +10. - Option
-b
/--bg-color
: background color (optional, by default transparent).
Fixed
- Lighten rather than darken if pipe piece color is < than the
--darken-min
value. - Fix invalid handling of
--max-drawn-pieces = 0
.
v1.2.0
- Added depth mode - see README.md.
- Added gradient mode for use with RGB palette.
- Added stats widget - see README.md.
- Added new controls:
Ctrl-C
for exiting,l
(lowercase L) for redraw,s
for showing the stats widget. - Added new CLI flags:
-g
,--gradient
- enable gradient mode.--gradient-step
- step between gradient transitions.-d
,--depth-mode
- enable depth mode.--layer-max-drawn-pieces
- maximal number of pieces in the current layer (depth mode).-F
,--darken-factor
- how much to darken pipe pieces in previous layers? (depth mode).-M
,--darken-min
- the color to gradually darken to (depth mode).-s
,--show-stats
- show the stats widget
- Changed default FPS from 20 to 24 frames.
v1.1.0
v1.0.0
Features
- 6 available piece sets.
- Each pipe has its own color; available palettes are: none (colorless), base colors and RGB.
- Changeable FPS.
- The minimal and maximal length of pipes can be changed.
- The maximal number of drawn characters can be changed. To ignore this setting specify 0 via CLI.
- The probability of turning pipes is changeable, it's given as a percentage in decimal form.
- Screensaver can be paused by pressing spacebar, close with q, Q or escape key.