Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronc81/disintegrate
Discord rich presence for DOTA 2 and CS:GO
https://github.com/aaronc81/disintegrate
discord games integration rich-presence
Last synced: 4 days ago
JSON representation
Discord rich presence for DOTA 2 and CS:GO
- Host: GitHub
- URL: https://github.com/aaronc81/disintegrate
- Owner: AaronC81
- Created: 2018-06-17T21:35:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:41:02.000Z (almost 2 years ago)
- Last Synced: 2024-07-06T03:04:39.561Z (5 months ago)
- Topics: discord, games, integration, rich-presence
- Language: C#
- Size: 2.76 MB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Disintegrate
Disintegrate adds **Discord Rich Presence to CS:GO and DOTA 2.** For more
information, see [disint.cc](https://disint.cc).## Project Structure
The Disintegrate solution has two projects:
- `Disintegrate` is the main project, containing classes for creating and
dispatching providers.
- `Disintegrate.UI` contains the tray icon and user interface. It is the
entry point for the application once installed.
`Disintegrate.UI` is relatively simple, but `Disintegrate` is much more complex
and as such has its own README in its project root.