Emi
Emi
The gamemode error is just a warning message, it's not the issue/cause here. Though I agree we should make that more silent / look less concerning. Can you try running...
Filed https://github.com/hexops/mach/issues/459 for silencing the gamemode warning.
Ah, that's annoying, sorry - I was hoping that would just work. Can you try this, too? ``` export MESA_GL_VERSION_OVERRIDE=4.5 MACH_GPU_BACKEND=opengl zig build run-example-triangle ```
Hmm, that's quite strange. It looks like it's still trying to use Vulkan. This could either be a bug in Mach, or you might have a slightly older version of...
Glad you got this working, will improve error message soon. Renamed issue to reflect that.
This looks like a great starting point, indeed! I think if we implement this in github.com/machlibs/synth that will be a great way to get started on this, let me get...
FYI I just merged https://github.com/hexops/mach/pull/537 which may give you some conflicts, should be easy to fix though - let me know if not
Hm, github says there are conflicts: Maybe it just needs a `git rebase origin/main` ?
Sorry I haven't had a chance to dive into this yet. I am very excited about this work, but will be travelling the next few weeks so may not have...
Thanks for the report! Things have become a bit bumpy lately, sorry it's not working :) The windows issue is known and can be worked around with release-fast, as you...