Small hobby project to calculate scores for weapon builds in Warframe.
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:
cargo run --release --package single-score
cargo run --release --package bruteforce
The --release
flag is optional, but recommended for performance reasons
(especially for the bruteforce
binary).
Here are some examples of builds I made using the bruteforce
binary:
Licensed under the MIT license. See the LICENSE file for more details.