Comments

Log in with itch.io to leave a comment.

Both exe and unpacked versions show no UI text when ran on Manjaro Linux through WINE. I see there are dlls for Vulkan and GLES - maybe it's picking the wrong one? It would be nice for people to be able to pick one via command-line switches, as I know people have issues with one or the other pretty commonly

Thanks for trying to get it to work in WINE. The Vulkan /GLES DLLs are backend libraries from Electron/Chromium, but this program is just HTML/JS running with WebGL. While I can't really offer much Linux support, a few launch flags that might help are: --use-angle=gl, --use-angle=vulkan, --use-angle=swiftshader, --disable-gpu