Skip to content

Zerthox/arcdps-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ba5db29 · Feb 2, 2025
Feb 2, 2025
Feb 2, 2025
Jan 20, 2025
Jan 20, 2025
Feb 2, 2025
Jul 29, 2024
Nov 14, 2024
May 30, 2020
Feb 2, 2025
Jan 29, 2023
Dec 13, 2023
Jul 6, 2022
Jul 6, 2022

Repository files navigation

ArcDPS Rust bindings

Rust bindings for ArcDPS. ArcDPS is an addon for Guild Wars 2.

This project is split into multiple crates covering different parts of ArcDPS.

Crate Purpose
arcdps Bindings for ArcDPS plugins.
evtc Bindings for the ArcDPS EVTC API.
evtc_dump CLI tool to dump ArcDPS EVTC log contents as JSON.
evtc_parse Parsing for ArcDPS EVTC logs.

If you are interested in writing an ArcDPS plugin in Rust, take a look at the arcdps crate in this repository. Its documentation can be found at zerthox.github.io/arcdps-rs/arcdps/. Parts of this project are originally a fork of greaka/arcdps_bindings.