https://github.com/dlech/fprint-demo
GTK+3 demo app for libfprint
https://github.com/dlech/fprint-demo
Last synced: 12 months ago
JSON representation
GTK+3 demo app for libfprint
- Host: GitHub
- URL: https://github.com/dlech/fprint-demo
- Owner: dlech
- License: gpl-2.0
- Created: 2016-11-06T23:28:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T18:12:19.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T17:23:00.119Z (over 1 year ago)
- Language: Vala
- Size: 22.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fprint-demo
GTK+3 demo app for [libfprint]
## About
This is an update to the [original fprint_demo application][original]. It is
written in the [vala] programming language and is licensed under GPLv2 (see
[LICENSE]).
It is still in the early stages of development, so not much works yet.
## Hacking
Pull requests welcome. This should get you started:
sudo apt-get install cmake valac libfprint-dev libgtk-3-dev
git clone --recursive https://github.com/dlech/fprint-demo
mkdir build-dir
cd build-dir
cmake ../fprint-demo -DCMAKE_BUILD_TYPE=Debug
make
./fprint-demo
[libfprint]: https://www.freedesktop.org/wiki/Software/fprint/libfprint/
[original]: https://www.freedesktop.org/wiki/Software/fprint/fprint_demo/
[vala]: https://wiki.gnome.org/Projects/Vala
[LICENSE]: ./LICENSE