Sorting Algorithm VisualizerDescription: This application implements sorting algorithms, representing their state with colors and shape positions. Preview:DemoImageDeveloper Notes:# CONFIGURE cmake --preset default # BUILD DEBUG cmake --build --preset debug ctest --preset default --build-config debug # BUILD RELEASE cmake --build --preset release ctest --preset default --build-config release Tooling SDL3 ImGui Google Test Vcpkg CMakeLine Count# GET LINE COUNT (REQUIRES CLOC TO BE INSTALLED) cloc --include-lang=C++,"C/C++ Header",CMake --exclude-dir=build,vcpkg --out=line-count.txt .LanguageFilesBlankCommentCodeC++23263123836C/C++ Header1715211297CMake5291777Total454441511310