mortar_distance

Crates.iomortar_distance
lib.rsmortar_distance
version0.1.0
sourcesrc
created_at2022-10-22 14:23:43.397659
updated_at2022-10-22 14:23:43.397659
descriptionCallibrate your mortar distance in PlayerUnknown's Battlegrounds (PUBG).
homepage
repositoryhttps://github.com/bwintertkb/mortar_distance.git
max_upload_size
id694475
size23,192
Bartek Winter (bwintertkb)

documentation

https://docs.rs/mortar_distance/0.1.0/mortar_distance/

README

mortar_distance

A little library that can be used to callibrate the mortar firing distance in PlayerUnknown's Battlegrounds (PUBG).

Video example

https://youtu.be/EApR86h8s4M

Dependency

mortar_distance = 0.1.0

Example

use mortar_distance::record;

const CALLIBRATION_DISTANCE: u32 = 100;

fn main() {
    println!("DISTANCE: {}", record(CALLIBRATION_DISTANCE, true).unwrap());
}

License

mortar_distance is distributed under the terms of MIT license.

Commit count: 2

cargo fmt