BrewStillery is a brewer's, vintner's, and distiller's calculator. It has a multitude of great functions, such as calculating ABV, determining carbonation, and total sparge water needed.
Written in Rust, using GTK3
* * Made use lines explicit
* * Fixed strict floating point comparisons
* * Changed .validInput()
to return NAN instead of 0.0. Also changed all logic to use .is_nan()
to match.
To install on Arch, the AUR package name is brewstillery
.
BrewStillery requires GTK 3.22.
To build, just run cargo build --release
. The resultant binary will be target/release/BrewStillery
.
To install/uninstall system-wide, run install.sh
or uninstall.sh
from the scripts directory as your regular user.
If you're installing with cargo install BrewStillery
, the logo image will be missing.
To fix this, you will need BrewStilleryLogo.png
from the media directory.
Install it with sudo install -Dm755 ../media/BrewStilleryLogo.png /usr/share/BrewStillery/BrewStilleryLogo.png