An alternative Discord client made with C++/gtkmm, PowerPC OSX version
Go to file
2020-09-06 23:34:29 -04:00
components refactor (store) 2020-09-06 21:28:07 -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 DiscordClient uses signals now 2020-09-06 23:34:29 -04:00
windows member list gets a basic right click menu 2020-09-06 02:25:19 -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 DiscordClient uses signals now 2020-09-06 23:34:29 -04:00
abaddon.hpp DiscordClient uses signals now 2020-09-06 23:34:29 -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 better member list, role color, some fixes 2020-09-05 23:04:11 -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: