File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Docfx/articles/getting_started Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,14 @@ This is a quck start guide on getting very basic presence working.
44## Platforms
55For non-dotnet platforms, there are a variety of guides to get you started
66
7- | Platform | Support | Documentation |
8- | ----------| ---------| ---------------|
9- | .NET App | ✅ Full Support | [ Getting Started] ( ./introduction.md#download ) |
10- | [ Godot] ( https://godotengine.org/ ) | 🚧 WIP Support | [ lachee/discord-rpc-godot] ( https://github.com/Lachee/discord-rpc-godot/ ) |
11- | [ Mono] ( https://www.mono-project.com/ ) | ⚠️ Seperate Guide | [ Mono Guide] ( ./mono.md ) |
12- | [ MonoGame] ( https://monogame.net/ ) | ⚠️ Seperate Guide | [ Mono Guide] ( ./mono.md ) |
13- | [ Unity3D] ( https://unity.com/ ) | ✅ Full Support | [ lachee/discord-rpc-unity] ( https://github.com/lachee/discord-rpc-unity/ ) |
14- | [ UWP] ( https://learn.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide ) | ⚠️ Seperate Guide | [ UWP Guide] ( ./uwp.md ) |
15-
16- > ✅ Full Support - works out of the box
17- > ⚠️ Seperate Guide - requires some additional setup
18- > 🚧 WIP Support - actively being worked on
19-
7+ | Platform | Guide |
8+ | ----------| ---------------|
9+ | .NET app | [ Getting Started] ( ./introduction.md#download ) |
10+ | [ Godot] ( https://godotengine.org/ ) | 🚧 📦 Package [ lachee/discord-rpc-godot] ( https://github.com/Lachee/discord-rpc-godot/ ) |
11+ | [ Mono] ( https://www.mono-project.com/ ) | [ Mono Guide] ( ./mono.md ) |
12+ | [ MonoGame] ( https://monogame.net/ ) | [ Mono Guide] ( ./mono.md ) |
13+ | [ Unity3D] ( https://unity.com/ ) | 📦 Package [ lachee/discord-rpc-unity] ( https://github.com/lachee/discord-rpc-unity/ ) |
14+ | [ UWP] ( https://learn.microsoft.com/en-us/windows/uwp/get-started/universal-application-platform-guide ) | [ UWP Guide] ( ./uwp.md ) |
2015
2116The following guide will assume a standard .NET application.
2217
You can’t perform that action at this time.
0 commit comments