#GW2SDK—A .NET library for the Guild Wars 2 API and game client

1 messages · Page 1 of 1 (latest)

severe dock
#

This is a project I started working on in 2019, to make it easy to use the API and the MumbleLink integration in .NET applications. My goals were to make the library feature-complete, well tested and well documented. This took quite a while as I have a full time job (in software) and I'm also an active player (with over 37,000 AP), but I now feel like I've accomplished all of these goals, and I'm ready to share my work with you.

Code: https://github.com/sliekens/gw2sdk
NuGet: https://www.nuget.org/packages/GW2SDK/
Release notes: https://github.com/sliekens/gw2sdk/releases
User guide: https://sliekens.github.io/gw2sdk/guide/
Object model reference: https://sliekens.github.io/gw2sdk/api/GuildWars2.html

All code is provided as-is under the MIT license. Please enjoy.

severe dock
#

I'm going to publish a new release candidate soon with some nice perf improvements. I spent a lot of time micro-optimizing network, CPU and memory usage. I just managed to fetch the entire content of /v2/items in under 10 seconds with the latest dev package 😎.

severe dock
#

I just published v1.0.0, the first official release

severe dock
severe dock
severe dock
severe dock