No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| .github/workflows | ||
| arcdps | ||
| arcdps_codegen | ||
| arcdps_example_plugin | ||
| evtc | ||
| evtc_dump | ||
| evtc_parse | ||
| .gitignore | ||
| Cargo.toml | ||
| clippy.toml | ||
| LICENSE | ||
| README.md | ||
| rustfmt.toml | ||
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.