Open neurlang opened 9 months ago
fixed colors, fixed popup menu (overlays) to appear (in the wrong corner for now)
what doesn't work:
what works:
Thank you for doing this @neurlang! I really appreciate you taking the time to do it, I'll update the repo to mention that this fork is available for Wayland, if you want to, we can work together on merging it to repo
Yeah, definitely it can be merged (when mature). My fork of the mustard package can be added to your mustard package to be activated the build tag wayland. We did this in the past in the vulkan repo and it worked.
This means that anyone will be able to compile the browser with the wayland mustard using:
go build -tags wayland
Whereas the old glfw mustard will still work like this:
go build
I've forked the browser and added support for the modern wayland linux-based windowing system. It now ships as the go-wayland-browser demo of my wayland repository.
What works:
What doesn't work yet:
Differences:
The changes are confined to the mustard package. The changes to the browser package are minimal.