Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eldersjavas/ebitengine-discord-rpc

Discord Rich Presence for Ebitengine
https://github.com/eldersjavas/ebitengine-discord-rpc

discord ebiten ebitengine game rpc

Last synced: about 2 months ago
JSON representation

Discord Rich Presence for Ebitengine

Awesome Lists containing this project

README

        

# [ebitengine-discord-rpc](https://github.com/EldersJavas/ebitengine-discord-rpc)

discord Rich Presence for Ebitengine

[![GitHub license](https://img.shields.io/github/license/EldersJavas/ebitengine-discord-rpc?style=flat-square)](https://github.com/EldersJavas/ebitengine-discord-rpc/blob/master/LICENSE)
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/EldersJavas/ebitengine-discord-rpc?style=flat-square)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/EldersJavas/ebitengine-discord-rpc?style=flat-square)](https://github.com/EldersJavas/ebitengine-discord-rpc)
[![GoDoc](https://godoc.org/github.com/EldersJavas/ebitengine-discord-rpc?status.svg)](https://pkg.go.dev/github.com/EldersJavas/ebitengine-discord-rpc)
[![Go Report Card](https://goreportcard.com/badge/github.com/EldersJavas/ebitengine-discord-rpc)](https://goreportcard.com/report/github.com/EldersJavas/ebitengine-discord-rpc)

[![EbitenPot](https://img.shields.io/badge/Subjection-EbitenPot-orange?style=flat-square)](https://github.com/ebitenpot/) PotCore v1

## Usage

Recommend to read this doc:
https://discord.com/developers/docs/rich-presence/how-to

### 1. Get a discord app
Here: https://discord.com/developers/applications
### 2. Get AppID
Click in your app, you'll find at the `General information`
### 3. Set some images and record ID (choice)
At `.../rich-presence/assets`, you'll find somewhere to add your image.
Do not forget that you need to remember the IDs.
### 4. Use in Ebitengine game
See `_example/README.md`