Skip to content

bwintertkb/mortar_distance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages