RedBreadcat
Results
2
issues of
RedBreadcat
Hello, First of all, thank you for the excellent library. The AllocatorVisualizer struct (both DX12 and Vulkan) are created using the `new()` function, which notably has no arguments. One might...
The following code softlocks within `physics.step();` in the loop, after "Step: 9" is printed. The freeze does not occur if `self.query_pipeline.update(&self.bodies, &self.colliders);` is uncommented. ```rust use rapier2d::{ na::{Isometry2, Vector2}, prelude::*,...
bug