A custom discord client that supports streaming with audio on Linux.
Go to file
Malte Jürgens ce94b44997
almost working
2022-07-16 22:03:33 +02:00
assets muh working 2022-07-16 20:41:26 +02:00
scripts almost working 2022-07-16 22:03:33 +02:00
src almost working 2022-07-16 22:03:33 +02:00
.gitignore Initial commit 2022-07-07 21:21:25 +02:00
CMakeLists.txt not working but better 2022-07-16 19:09:11 +02:00
README Initial commit 2022-07-07 21:21:25 +02:00
resources.qrc Initial commit 2022-07-07 21:21:25 +02:00
version muh working 2022-07-16 20:41:26 +02:00

README

-- Build instructions --

mkdir build
cd build
cmake ../
make

./discord-screenaudio


-- Tutorials and resources --

Qt online docs
https://doc.qt.io/