C++ discord client oriented for performance
Go to file
2020-09-07 23:03:29 -04:00
components more signal usage and some other fixes 2020-09-07 02:45:46 -04:00
css add embed author/footer, tweak fields 2020-09-03 22:36:57 -04:00
dialogs add ability to edit messages 2020-08-30 22:55:36 -04:00
discord more signal usage and some other fixes 2020-09-07 02:45:46 -04:00
windows more signal usage and some other fixes 2020-09-07 02:45:46 -04:00
.clang-format connect and heartbeat 2020-08-17 02:40:03 -04:00
.gitignore settings, token entry, receive READY 2020-08-19 01:07:55 -04:00
abaddon.cpp more signal usage and some other fixes 2020-09-07 02:45:46 -04:00
abaddon.hpp use a singleton (oh no) instead of passing Abaddon* everywhere 2020-09-07 00:27:41 -04:00
Abaddon.sln connect and heartbeat 2020-08-17 02:40:03 -04:00
Abaddon.vcxproj refactor (store) 2020-09-06 21:28:07 -04:00
Abaddon.vcxproj.filters refactor (store) 2020-09-06 21:28:07 -04:00
README.md Update README.md 2020-09-05 05:09:46 +00:00
settings.cpp populate channel list from READY message and other shit 2020-08-19 01:13:36 -04:00
settings.hpp settings, token entry, receive READY 2020-08-19 01:07:55 -04:00
util.hpp syntax oopsy 2020-09-07 23:03:29 -04:00

Building:

Windows:

  1. vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows
  2. open sln and compile

Mac/Linux:

  1. good luck

Built using: