You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
10 months ago | |
---|---|---|
build-aux | 2 years ago | |
data | 2 years ago | |
po | 10 months ago | |
src | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
build.zig | 2 years ago | |
dev.atoft.Reactions.Devel.json | 2 years ago | |
example.gif | 2 years ago | |
meson.build | 2 years ago | |
meson_options.txt | 2 years ago |
README.md
Reactions
GIF search for GNOME desktop and mobile devices.
Reactions is written in Zig and uses GTK4 and libadwaita. It uses the GIPHY search API, but is intended to support multiple API providers.
Building
It's easiest to build the project with flatpak-builder
, which will handle all the dependencies. Otherwise, you can build directly with zig build
, just check the flatpak manifest .json for the list of dependencies.
Background
Reactions is a proof-of-concept for me to try working with C libraries in Zig, and also to try out GTK4. Hopefully it's a fun little app as well!