rl_ball_sym 2.0.0

Rust implementation of ball path prediction for Rocket League; Inspired by Samuel (Chip) P. Mish's C++ utils called RLUtilities
Documentation

rl_ball_sym

Rust implementation of ball path prediction for Rocket League; Inspired by Samuel (Chip) P. Mish's C++ utils called RLUtilities.

Running

Make sure you have Rust/Cargo installed, then just run cargo test --release in the terminal.

Example implementations

Check out the examples folder! If you want to run them and don't know how:

cargo run --example example_name

For example, to run the example basic.rs:

cargo run --example basic