Skip to content

michaelschuff/DPP

 
 

D++

An incredibly lightweight C++ Discord library

Discord Codacy Badge Lines of code D++ CI

Library features:

  • Really small memory footprint
  • Efficient caching system for guilds, channels, guild members, roles, users
  • Sharding (Many shards, one process: specify the number of shards, or let the library decide)
  • Slash Commands/Interactions support
  • Voice support
  • The entire Discord API is available for use in the library
  • Stable Windows support
  • Ready-made compiled packages for Windows, Raspberry Pi (ARM64/ARM7) and Debian x86/x64

Want to help? Drop me a line or send a PR.

This library is in use on TriviaBot and Sporks bot.

Documentation

The documentation is a work in progress, generated from the code comments and markdown using Doxygen.

Supported Systems

The library runs great on Linux. Windows is also supported and we offer ready made compiled DLL and LIB files for easy integration into any windows visual studio 2019 project. Mac OS X is also functional and stable, as is running your bot on a Raspberry Pi - we offer a prebuilt .deb for ARM64, ARM6 and ARM7 to save on having to wait for it to compile.

The library may work fine in other operating systems too, if you run a D++ bot on something not listed here please let us know!

🤝 Contributing

Contributions, issues and feature requests are welcome. After cloning and setting up project locally, you can just submit a PR to this repo and it will be deployed once it's accepted.

⚠️ It’s good to have descriptive commit messages, or PR titles so that other contributors can understand about your commit or the PR Created. Read conventional commits before making the commit message.

💬 Get in touch

If you have various suggestions, questions or want to discuss things with our community, Join our discord server!

Discord

Show your support

We love people's support in growing and improving. Be sure to leave a ⭐️ if you like the project and also be sure to contribute, if you're interested!

Dependencies

External Dependencies (You must install these)

  • cmake (version 3.13+)
  • g++ (version 8+)
  • OpenSSL (whichever -dev package comes with your OS)
  • zlib (whichever -dev package comes with your OS)

Optional Dependencies

For voice support you require both of:

Included Dependencies (Packaged with the library)

About

D++ Extremely Lightweight C++ Discord Library

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.2%
  • Other 0.8%