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.
 
 
 
atoft ea6655ab7d Add nl to LINGUAS 10 months ago
build-aux Use Meson for flatpak build. 2 years ago
data Add Devel profile. Remove hardcoded app id. 2 years ago
po Add nl to LINGUAS 10 months ago
src Fix comment typo. 2 years ago
.gitignore Remove output dir. 2 years ago
LICENSE Add license. 2 years ago
README.md Update readme. 2 years ago
build.zig Add aarch64 include paths. 2 years ago
dev.atoft.Reactions.Devel.json Update devel manifest to be consistent with release version. 2 years ago
example.gif Update readme. 2 years ago
meson.build Add Devel profile. Remove hardcoded app id. 2 years ago
meson_options.txt Add Devel profile. Remove hardcoded app id. 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.

a gif playing in the Reactions app

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!