https://github.com/buma/qrecipe
Touch interface for gourmet recipe manager
https://github.com/buma/qrecipe
qml recipes-app touch-interface
Last synced: about 2 months ago
JSON representation
Touch interface for gourmet recipe manager
- Host: GitHub
- URL: https://github.com/buma/qrecipe
- Owner: buma
- Created: 2018-10-23T09:18:35.000Z (over 7 years ago)
- Default Branch: differentSqlModel
- Last Pushed: 2018-10-23T09:54:14.000Z (over 7 years ago)
- Last Synced: 2025-05-22T01:09:55.335Z (10 months ago)
- Topics: qml, recipes-app, touch-interface
- Language: QML
- Homepage:
- Size: 313 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Qrecipe recipes viewer
=====================
Introduction
============
It is a recipes viewer for [Gourmet](https://github.com/thinkle/gourmet) recipes manager.
You can use Gourmet to insert your recipes and then Qrecipe to view it during cooking.
It uses QML so it is easy to use on touch devices. I use it on raspberry pi 3 with touchscreen.
You need to put Qt >= 5.10 on Raspberry pi and then you can deploy it with Qt creator.
When I started playing with this Qt 5 wasn't in raspibian repository. If it is use it.
I used [this tutorial](https://wiki.qt.io/RaspberryPi2EGLFS) to crosscompile Qt 5.10. But it is probably enough to just use precompiled [binaries](https://github.com/grisson2/qt-5.10.0-raspberry). Just make sure that EGLFS is enabled which makes sure that GUI will be drawing will be GPU accelerated.
Localization is supported so it can be easily translated.
By default it has android blue material view. This can be changed in qtquickcontrols2.conf.
During recipe view ingredient amounts are automatically recalculated based on different yields.
Last thing to do is to copy gourmet database.
Screenshots
----------


