Go to file
2020-11-15 21:00:20 -05:00
2020-12-20 22:10:45 -05:00
2020-12-20 22:10:45 -05:00
2020-09-09 17:03:19 -04:00
2020-12-18 02:05:24 -05:00
2020-08-17 02:40:03 -04:00
2020-09-09 18:32:45 -04:00
2020-09-09 17:03:19 -04:00
2020-12-18 02:05:24 -05:00
2020-12-18 02:05:24 -05:00
2020-12-17 21:07:12 -05:00
2020-12-22 02:35:57 -05:00
2020-12-22 02:35:57 -05:00
2020-12-21 19:08:44 -05:00
2020-12-21 19:08:44 -05:00
2020-12-22 02:35:57 -05:00
2020-12-22 02:35:57 -05:00
2020-12-19 03:22:14 -05:00
2020-12-21 19:08:44 -05:00
2020-12-21 19:08:44 -05:00
2020-12-20 22:10:45 -05:00
2020-12-20 22:10:45 -05:00

Screenshots

Building:

Windows:

  1. git clone https://github.com/uowuo/abaddon && cd abaddon
  2. vcpkg install gtkmm:x64-windows nlohmann-json:x64-windows ixwebsocket:x64-windows cpr:x64-windows zlib:x64-windows simpleini:x64-windows
  3. mkdir build && cd build
  4. cmake -G"Visual Studio 16 2019" -A x64 -DCMAKE_TOOLCHAIN_FILE=c:\path\to\vcpkg\scripts\buildsystems\vcpkg.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DVCPKG_TARGET_TRIPLET=x64-windows ..
  5. Build with Visual Studio

Mac/Linux:

Downloads (from CI):

Dependencies:

TODO:

  • Voice support
  • Unread indicators
  • User status
  • Nicknames
  • Server/user management
  • A bunch of other stuff

Styling

CSS selectors

.channel-list - Container of the channel list
.channel-row - All rows within the channel container
.channel-row-channel - Only rows containing a channel
.channel-row-category - Only rows containing a category
.channel-row-guild - Only rows containing a guild
.channel-row-label - All labels within the channel container

.messages - Container of user messages
.message-container - The container which holds a user's messages
.message-container-author - The author label for a message container
.message-container-timestamp - The timestamp label for a message container
.message-container-extra - Label containing BOT/Webhook
.message-text - The TextView of a user message

.embed - Container for a message embed
.embed-author - The author of an embed
.embed-title - The title of an embed
.embed-description - The description of an embed
.embed-field-title - The title of an embed field
.embed-field-value - The value of an embed field
.embed-footer - The footer of an embed

.members - Container of the member list
.members-row - All rows within the members container
.members-row-label - All labels in the members container
.members-row-member - Rows containing a member
.members-row-role - Rows containing a role

Description
C++ discord client oriented for performance
Readme GPL-3.0 45 MiB
Languages
C++ 96%
CMake 3.5%
CSS 0.2%
Shell 0.2%