https://github.com/sehnryr/wf-score
Compute the score of a build on a specific weapon
https://github.com/sehnryr/wf-score
warframe
Last synced: 4 months ago
JSON representation
Compute the score of a build on a specific weapon
- Host: GitHub
- URL: https://github.com/sehnryr/wf-score
- Owner: sehnryr
- License: mit
- Created: 2024-05-18T18:00:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-23T16:23:59.000Z (7 months ago)
- Last Synced: 2025-11-23T18:18:30.849Z (7 months ago)
- Topics: warframe
- Language: Rust
- Homepage:
- Size: 120 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wf-score
Small hobby project to calculate scores for weapon builds in Warframe.
## Usage
Two binary crates are available, `single-score` and `bruteforce`. The first one
calculates the score for a single build, while the second one calculates the
score for all possible builds.
To run the binaries, use either of the following commands:
```bash
cargo run --release --package single-score
```
```bash
cargo run --release --package bruteforce
```
The `--release` flag is optional, but recommended for performance reasons
(especially for the `bruteforce` binary).
## Build examples
Here are some examples of builds I made using the `bruteforce` binary:
- [Ceti Lacera](https://overframe.gg/build/666758/ceti-lacera/)
- [Ceti Lacera w/ Riven](https://overframe.gg/build/668455/ceti-lacera/)
- [Tenet Cycron w/ Riven](https://overframe.gg/build/669679/tenet-cycron/)
## License
Licensed under the MIT license. See the [LICENSE](LICENSE) file for more
details.