docs.rs failed to build rocketsim_rs-0.34.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rocketsim_rs-0.36.0

Rust bindings for the RocketSim project
Basic usage
use ;
use Instant;
// Load in the Rocket League assets from the collision_meshes folder in the current directory
init;
// Create a new arena with gamemode soccar and a tick rate of 120
let mut arena = default_standard;
println!;
let car_id = arena.pin_mut.add_car;
println!;
let ticks = 1800;
let curr_time = now;
arena.pin_mut.step;
println!;
// Cast the ball state position to a glam Vec3A
println!;
println!;
Benchmarks
Numbers are from a system running Ubuntu 23.10 with a Ryzen 9 5900X and 3600MHz CL18 RAM.
Numbers will vary depending on your system. Only default features are enabled.
-
real_bench: -
cpu_bench: -
thread_bench(1 thread):