lemtea8
lemtea8
I understand that the dart version is going to be slower, but the difference is a little more than expected. IMHO, this is mostly about I/O so the language shouldn't...
Here's a test result to read 3,000 zip file headers: |Method|Reading headers(avg)| Total | |-----|-----|-----| | Native (minizip-ng) |
> does `vkcube` work for you? https://zed.dev/docs/linux#troubleshooting it sounds like a GPU issue Yes, like below:  My computer can also run Godot Engine (uses Vulkan 1.3) quite smoothly, which...
After installing Zed from script, I got the zed.log. Based on the info, I think the problem is that my system is set to nvidia GPU only, but Zed decides...
@ConradIrwin > Can you try setting VULKAN_DEVICE_INDEX=X to choose the correct GPU? Both VULKAN_DEVICE_INDEX 0 and 1 crashed, it seems whatever I set it always uses integrated graphics. Zed.log (upper...
@kvark There is no file which path is /etc/prime-discrete, as I uses envycontrol. The output of `envycontrol --query` is `nvidia`. `vkcube --gpu_number 1` runs normally, it uses discrete GPU. However,...
@kvark Sadly the pr is still not working for my machine. What I got from `RUST_LOG=blade_graphics=info cargo run --example bunnymark`: ``` ➜ blade git:(90c6da2) RUST_LOG=blade_graphics=info RUST_BACKTRACE=1 cargo run --example bunnymark...
It's interesting that I can run the examples in winit with the same version (0.29.15), but somehow blade fails... 