fralonra / wgshadertoy

A WGSL playground inspired by Shadertoy.
MIT License
91 stars 6 forks source link

Broken app and unsupported usage on macOS #3

Closed fralonra closed 8 months ago

fralonra commented 1 year ago

Issues

Env

macOS 10.14.5 Radeon Pro 555X 4 GB Intel UHD Graphics 630 1536 MB

waimus commented 1 year ago

I got the same error on Fedora 38, Nvidia Quadro P500, Wayland, installed via flatpak.

But I finally got it running by launching with WGPU_BACKEND=vulkan set.

fralonra commented 1 year ago

I got the same error on Fedora 38, Nvidia Quadro P500, Wayland, installed via flatpak.

But I finally got it running by launching with WGPU_BACKEND=vulkan set.

Thanks for your feedback!

Might needs to switch backends for the user.

fralonra commented 9 months ago

After upgrading to v0.3.2, the app will check if the wgpu::TextureUsages::COPY_SRC usage is supported beforehand (thanks to the newer version of wgpu, egui-wgpu and wgs), thus the crash would never happen again.

fralonra commented 8 months ago

Available on MacPorts from now on.

The bundling of dmg will be suspended until I get a Apple Developer Program account.