cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.1k stars 109 forks source link

How to run on non-Vulkan systems? #26

Closed probonopd closed 4 years ago

probonopd commented 4 years ago

Getting

[2019-10-01T07:18:41Z WARN  rx::platform::backend] glfw: content scale isn't uniform: 1.0426929 x 1.044408
thread 'main' panicked at 'Unable to load Vulkan entry points: LibraryLoadError("libvulkan.so.1: cannot open shared object file: No such file or directory")', src/libcore/result.rs:999:5
cloudhead commented 4 years ago

Currently only vulkan/metal are supported. If your graphics chip is newer than 2012, you should have vulkan support though and it's just a matter of installing the driver. See: https://en.wikipedia.org/wiki/Vulkan_(API)#Compatibility

probonopd commented 4 years ago

Thanks.