A simple League of Legends companion app capable of displaying in game statistics using DX11, SDL3, and ImGui.
- CS/min display
- Player ranks
- Item gold diff (soon)
- Yeah that's all...
- SDL3
- ImGui
- OpenSSL
You need the OpenSSL library, if you got them using vcpkg, build using: (Make sure to change the path to vcpkg before running)
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=/path/to/vcpkg/scripts/buildsystems/vcpkg.cmake
cd build
cmake --build . --config releaseYou can also build using Visual Studio, it will use the cmake config. However, you're on your own for this for now, I will update this section soon.