This directory contains all actual source code for Grabber, to be built using CMake. Each sub-directory contains a different project.
Main projects:
lib
: the library containing Grabber's logicgui
: all the GUI code for the main Grabber executablesites
: contains the plugins for each Grabber source
Other projects:
cmake
: contains the plugins for CMakecli
: an executable designed to be used with a CLIcrash-reporter
: an executable that should run when the GUI crashesdist
: contains the files to be packaged together with the Grabber binarieslanguages
: the GUI translation files
Tests:
tests
: unit testse2e
: end-to-end tests using the CLI