Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binogure-studio/godot-discord
Discord Rich Presence for Godot engine
https://github.com/binogure-studio/godot-discord
Last synced: 2 days ago
JSON representation
Discord Rich Presence for Godot engine
- Host: GitHub
- URL: https://github.com/binogure-studio/godot-discord
- Owner: binogure-studio
- License: mit
- Created: 2019-04-22T16:58:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T14:32:26.000Z (over 5 years ago)
- Last Synced: 2023-02-27T09:22:58.492Z (over 1 year ago)
- Language: C++
- Size: 14.6 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godot Discord (Godot Engine 2.1.x)
Discord Rich Presence for Godot Engine. Working for Windows, Linux and Max platforms.
# Usage
Copy the `godotdiscord` repository into the modules folder then compile Godot Engine.
You will need to have the sdk folder in the same directory as Godot Engine binary and exported binaries.## SDK
Directory tree structure. Download original SDK from this [github repository](https://github.com/discordapp/discord-rpc/releases)
### godotdiscord/sdk/discord-rpc/linux32:
To generate the linux32 discord rpc build follow [this gist](https://gist.github.com/Swyter/98074d2d42cd7f7c0e5f86ef619969d3)
```
libdiscord-rpc.so
```### godotdiscord/sdk/discord-rpc/linux64:
```
libdiscord-rpc.so
```### godotdiscord/sdk/discord-rpc/osx32:
```
libdiscord-rpc.dylib
```### godotdiscord/sdk/discord-rpc/win32:
```
discord-rpc.dll
discord-rpc.lib
send-presence.exe
```### godotdiscord/sdk/discord-rpc/win64:
```
discord-rpc.dll
discord-rpc.lib
send-presence.exe
```