Desktop application for visualizing Redundant Coding Algorithms.
Documentation is available in the "documentation" folder of the project.
In both Polish and English.
Use QT Creator with Qt6.4 & Boost installed.
Set Boost_COMPILER & Boost_USE_STATIC_RUNTIME option in CMakeLists.txt if needed.
Google Test will be downloaded via git submodules (if Running Tests is enabled).
Run CMake and Build the project.
To run Google Test, turn on "MAKE_TEST_EXE" option in root CMakeLists.txt.
Configure & Build, then run "Tester.exe".