https://github.com/cabji/tink
WIP desktop program for home brewing enthusiasts
https://github.com/cabji/tink
beer brew brewing cider database homebrew homebrewing logging recipes spirits whiskey whisky
Last synced: about 1 month ago
JSON representation
WIP desktop program for home brewing enthusiasts
- Host: GitHub
- URL: https://github.com/cabji/tink
- Owner: Cabji
- Created: 2025-01-09T19:21:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T00:18:38.000Z (over 1 year ago)
- Last Synced: 2025-06-10T08:03:59.697Z (about 1 year ago)
- Topics: beer, brew, brewing, cider, database, homebrew, homebrewing, logging, recipes, spirits, whiskey, whisky
- Language: C
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tink
## Overview
Personal project to create something useful/helpful/fun for the home brewing hobby.
This project is also to learn more in developing software in C++. I want to use a database to store and retrieve data, and use a program settings save/load library. Which ones exactly are not decided yet.
## Ideas
'Home' section - loads some sort of informational news articles relevant to home brewing?
'Calculators' - commonly needed calculators when home brewing
'Brewers Log' - An interface and system that lets you log your home brewing processes. The idea here is to collect information about your brews and/or distilling runs so you can analyze the data with tools in the program later on.
'Recipes' - A component to store/share recipes.
'Trusted Info' - Maybe a section that has tried and tested, trusted brewing information that is searchable and categorized.
## Current aims
- Calculators:
- Target ABV calc: we have FAVol @ FAABV, what do we add to it to get targetABV?
- Sugar content: calculate how much sugar is in a recipe if using various sugar based products such as molasses, golden syrup, agave nectar etc.
- Brewer's Log:
- What processes are there that may require logging?
- What data needs to be logged for each process?
- How much granularity is needed in that data?