Rasmus Larsen

Results 24 comments of Rasmus Larsen

Hi Christophe. That isn't a problem. I'm using the library for a project, but it's not that time sensitive. Thanks for the effort you're putting in! Herbstein

Any ideas why the compile time is as high as it is? Mine are consistently around 50s and I'm running a 6700K.

Using a newer nightly would be nice. Is there a specific language change that prohibits us from upgrading? Splitting the project up should probably only be done when it makes...

That was sorely needed. Doing small changes in the movement code was a nightmare last night. Great job!

You can use mouse button 3 (click scroll wheel) as a workaround while this is fixed. It looks like the settings are configured properly in `settings.rs`. After a bit of...

I tested this on my laptop running Arch Linux on Wayland, where it works perfectly on the integrated Intel GPU. @nyvs which GPU are you trying to run this on?...

@nyvs this should find you well: https://wiki.archlinux.org/title/Vulkan#Selecting_Vulkan_driver. Otherwise, make sure you have the `vulkan-radeon` and `amdvlk` packages installed. Use `AMD_VULKAN_ICD=RADV cargo run` when running a program to force `RADV` driver...

Yup, solved it completely. Looking at a few benchmarks it seems that RADV is faster than AMDVLK in some tasks and matches it in others. That is gaming-wide tasks, not...

Your default driver is AMDVLK. When the AdapterInfo *doesn't* mention RADV you're using AMDVLK. Uninstall the `amdvlk` package to default to RADV (AMDVLK takes precedence). Their performance in DXVK is...

Running with `vsync: false` does indeed remove the problem under `amdvlk`. I tested the `sprite` example on the latest master. I also made sure the issue is still present with...