Skip to content
/ qwack Public

A simple league of legends companion app capable of displaying in game statistics using DX11, SDL3, and ImGui.

License

Notifications You must be signed in to change notification settings

aregnak/qwack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qwack

Description

A simple League of Legends companion app capable of displaying in game statistics using DX11, SDL3, and ImGui.

Features

  • CS/min display
  • Player ranks
  • Item gold diff (soon)
  • Yeah that's all...

External Dependencies

  • SDL3
  • ImGui
  • OpenSSL

How To Compile

CMAKE

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 release

You 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.

Enjoy!

About

A simple league of legends companion app capable of displaying in game statistics using DX11, SDL3, and ImGui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published