16 stable releases (4 major)
Uses old Rust 2015
6.2.0 | May 28, 2018 |
---|---|
6.1.0 | May 27, 2018 |
6.0.2 | Mar 31, 2018 |
5.3.1 | Jan 20, 2018 |
1.1.0 | Oct 6, 2017 |
#364 in GUI
63 downloads per month
1MB
7.5K
SLoC
BrewStillery
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
New In 6.2.0
-
- Annotated types to all variables
-
- Cleaned up unnecessary logic in
realABVFormatting()
- Cleaned up unnecessary logic in
-
- Updated tests to include all logic cases
Full Changelog
Screenshots:
To Do:
- Add Sugars And Fruits To ABV From Grain
- Add Water Minerals Calculator
- Add Documentation To The Info Tab
- Add Export To Gourmet Option
Building:
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
Sources:
- "Brew By Numbers - Add Up What's In Your Beer" - Michael L. Hall. PH.D., Zymurgy (Summer) 1995
- "Refractometer FG Results « SeanTerrill.com" - SeanTerrill.com, Modified: January 2010
- "Kraeusening" - Braukaiser.com, Modified: January 2, 2010
- "Glenn Tinseth's Hop Page" - Glenn Tinseth, 1995-1999
- "Calculating Gravity, Bitterness, And Color: Techniques" - Chris Colby, 2000
- "Formulas And C Source Code" - PrimeTab, Modified: March 25, 2002
- "Estimating Color" - BrewWiki.com, Modified: May, 17 2008
- "Technical Information for Brewers" - A.J. DeLange, 2013
- "Color math and programming code examples" - IRO Group Limited, 2018
Dependencies
~13MB
~314K SLoC