rishflab

Results 7 issues of rishflab

Version: 0.16.3 The rust fmt plugin does not seem to install. It seems to write a file to a folder and then delete the folder. Is this potentially causing the...

needs investigation

* Version of vulkano: ```toml vulkano = "0.11" vulkano-shaders = "0.11" vulkano-win = "0.11" ``` * OS: Mac OS X Mojave * GPU (the selected PhysicalDevice): GT750M * GPU Driver:...

```rust #[cfg(feature = "image")] pub fn write_to_file(&self, filename: &str) { // Create the output directory for the images, if it doesn't already exist let target_dir = Path::new("example_images/"); ``` I don't...

The comment for the `time_of_impact` query suggests the existence of a threshold distance but this has been removed since release 0.3. The old API was useful to me but I...

Apple just announced mesh shader support for the upcoming metal 3.0 release and Khronos is working on adding it to Vulkan (taking their sweet time). Directx12 has supported it for...

feature request

It is not completely clear whether or not bob needs a connection to alice to redeem xmr if the alice has redeemed Btc. I think connection errors are swallowed in...

## Problem Currently there is no way to get to do collision detection without physics simulation. If I want to get collision events on my player, I have to use...