docs.rs failed to build bevy_box3d-0.3.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.
bevy_box3d
Bevy integration for box3d.
Supports Bevy 0.19 and Rust 1.95+.
use *;
use ;
new
.add_plugins
.add_systems
.run;
Use Box3dConfig::fixed_hz, sub_steps, startup worker_count, contact_tuning, and contact_recycle_distance for timing, threading, and contact solver control. Box3dPlugin::default() runs Bevy's fixed schedules on one thread so Box3D's native workers are not starved; set single_threaded_schedules: false to opt out. Use SleepThreshold for per-body sleep tuning. Order gameplay with Box3dSet::{Sync, Step, Writeback}. Add Box3dDebugPlugin for Bevy gizmo collider wireframes.