No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
belst b6be31e223
Some checks failed
Check / Check (push) Has been cancelled
Check / Test (push) Has been cancelled
Check / Clippy (push) Has been cancelled
Check / Rustfmt (push) Has been cancelled
remove d3d_version
2026-05-06 18:56:41 +02:00
.github/workflows Remove unnecessary version 2025-12-22 20:23:28 +01:00
arcdps remove d3d_version 2026-05-06 18:56:41 +02:00
arcdps_codegen remove d3d_version 2026-05-06 18:56:41 +02:00
arcdps_example_plugin remove d3d_version 2026-05-06 18:56:41 +02:00
evtc Fix docs 2025-12-22 20:19:45 +01:00
evtc_dump Migrate to edition 2024 & formatting 2025-12-21 00:04:35 +01:00
evtc_parse Migrate to edition 2024 & formatting 2025-12-21 00:04:35 +01:00
.gitignore exclude .idea 2020-05-30 10:00:27 +02:00
Cargo.toml Fix build on non-windows platforms 2025-02-02 17:44:48 +01:00
clippy.toml Initial cleanup 2022-07-06 23:48:32 +02:00
LICENSE Add license file 2023-01-29 20:52:53 +01:00
README.md Update links 2023-12-13 12:58:49 +01:00
rustfmt.toml Initial cleanup 2022-07-06 23:48:32 +02:00

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.