https://github.com/archomeda/gw2mumblelinkreader
A small tool to help people that are developing against the Guild Wars 2 Mumble Link API
https://github.com/archomeda/gw2mumblelinkreader
c-sharp dotnet guildwars2 guildwars2-api gw2 mumble-link
Last synced: 21 days ago
JSON representation
A small tool to help people that are developing against the Guild Wars 2 Mumble Link API
- Host: GitHub
- URL: https://github.com/archomeda/gw2mumblelinkreader
- Owner: Archomeda
- License: mit
- Created: 2021-01-01T12:54:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-03T03:56:31.000Z (over 4 years ago)
- Last Synced: 2025-02-08T10:31:18.682Z (2 months ago)
- Topics: c-sharp, dotnet, guildwars2, guildwars2-api, gw2, mumble-link
- Language: C#
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gw2MumbleLinkReader
This is a small tool to help people that are developing against the Guild Wars 2 Mumble Link API.
It's a simple Windows Forms application that shows the current Mumble Link state when Guild Wars 2 is running.Originally written many years ago, then polished and included in my [Gw2Sharp project](https://github.com/Archomeda/Gw2Sharp), and now separated into its own repository.
Because there are no prebuilt binaries, you'll have to compile the project yourself.
You'll need Windows and the [.NET 5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0) (or Visual Studio 2019 (16.8) or later).