jimmi
gyebnar.bsky.social
jimmi
@gyebnar.bsky.social
Your demo (the original binary using `WindowMode::Fullscreen`) actually runs well on my AMD Radeon RX 570 on Windows.

(Btw. thanks for releasing the source!)
February 19, 2025 at 10:23 AM
@canmom.art What's your experience with borderless mode on Linux? That's what my demoengine defaults to, but I mainly use Windows, and I wonder if there's something to look out for.
February 19, 2025 at 9:57 AM
It seems to be wgpu (Mozilla's WebGPU implementation) with a Vulkan backend. Maybe try the environment variable "WGPU_BACKEND=dx12", or use "RUST_BACKTRACE=1" to get the stack trace of the error.
February 18, 2025 at 9:03 PM
This is my 3D transformation matrix naming scheme. Just remember the same space should stand on both sides of multiplications and you'll be fine.
February 13, 2025 at 4:48 PM