Skip to content

Repository files navigation

Sorting Algorithm Visualizer

Description:

This application implements sorting algorithms, representing their state with colors and shape positions.

Preview:

Demodemo
Imageimage

Developer 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
  • CMake
Line 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 .
LanguageFilesBlankCommentCode
C++23263123836
C/C++ Header1715211297
CMake5291777
Total454441511310

About

Sorting Algorithm Visualization Application

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages