Skip to content
forked from maael/dessa

🔌 A GW2 plugin to send Mumble Link data and ArcDPS data via websockets to make it publicly available.

Notifications You must be signed in to change notification settings

ngraham20/dessa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dessa

A basis to try to build a GW2 DLL to send Mumble Link and ArcDPS information via WebSockets.

This is Rust and I have no idea what I'm doing.

I have no idea what I'm doing

You can use the websocket echo tool to test it.

Contributing

Clone the repo

git clone https://github.com/maael/dessa

Build it

You need a somewhat recent rust version. I didn't check the minimum version. dessa is built against the latest main channel.

  1. Install rustc. For example via rustup.
  2. Install cargo. This is not necessary if you used rustup.
  3. Install cargo make.
  4. Build it:
cargo make --makefile Makefile.toml build-flow
  1. Copy target\release\dessa.dll into your bin64 folder of Guild Wars 2:
  2. Start Gw2

TODOs

About

🔌 A GW2 plugin to send Mumble Link data and ArcDPS data via websockets to make it publicly available.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%