| 21 Nov 2025 |
Randy Eckenrode | Patch to build KosmicKrisp in Mesa. The commit is HEAD as of a few minutes ago. Picked because that’s what it was. | 03:08:15 |
Randy Eckenrode | $ otool -L result/lib/libvulkan_kosmickrisp.dylib
result/lib/libvulkan_kosmickrisp.dylib:
/nix/store/9nis19ya24mhzb5j9ykdcrf96p6z5qdb-mesa-25.3.0-unstable-2025-11-20/lib/libvulkan_kosmickrisp.dylib (compatibility version 0.0.0, current version 0.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1356.0.0)
/nix/store/vxg3p6z49h881sk5q6qa86pjlj4r123d-libxcb-1.17.0/lib/libxcb.1.dylib (compatibility version 3.0.0, current version 3.0.0)
/nix/store/89ck3bns3nfl0r40i4g891nv57jdd7l7-libx11-1.8.12/lib/libX11-xcb.1.dylib (compatibility version 2.0.0, current version 2.0.0)
/nix/store/vxg3p6z49h881sk5q6qa86pjlj4r123d-libxcb-1.17.0/lib/libxcb-xfixes.0.dylib (compatibility version 1.0.0, current version 1.0.0)
/nix/store/vxg3p6z49h881sk5q6qa86pjlj4r123d-libxcb-1.17.0/lib/libxcb-randr.0.dylib (compatibility version 2.0.0, current version 2.0.0)
/System/Library/Frameworks/Metal.framework/Versions/A/Metal (compatibility version 1.0.0, current version 370.63.1)
/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 1900.180.0)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0)
| 03:13:24 |
Randy Eckenrode | How does Vulkan work with X11? | 03:15:01 |
K900 | I don't think it does on macOS+ | 08:22:57 |
K900 | * I don't think it does on macOS? | 08:23:02 |
niklaskorz | I was about to say "I'm surprised XQuartz is still maintained" but I guess it isn't really | 10:58:45 |
niklaskorz | https://github.com/XQuartz/XQuartz/issues/282 | 11:00:44 |
niklaskorz | so not possible | 11:01:03 |
K900 | I mean | 11:03:06 |
K900 | Why the fuck would you want X11 and Vulkan on OSX | 11:03:13 |
K900 | Objectively | 11:03:16 |
K900 | I'm pretty sure OSX deprecated X11 before Vulkan was even a thing | 11:03:52 |
niklaskorz | very weird ports would be the only thing I could come up with | 11:04:09 |
niklaskorz | * very weird ports of Linux applications would be the only thing I could come up with | 11:04:15 |
niklaskorz | at this point can we just have Wayquartz? | 11:04:33 |
niklaskorz | (is this a thing?) | 11:04:42 |
Alyssa Ross | https://github.com/owl-compositor/owl | 11:05:01 |
niklaskorz | hah neat | 11:05:49 |
niklaskorz | oh this one is actively maintained even: https://github.com/aspauldingcode/Wawona | 11:06:39 |
niklaskorz | wait it's just two commits and the first one is three days old | 11:07:57 |
niko ⚡️ | It actually works too, I managed to run wayland hello from nixpkgs on my mac using it | 11:09:24 |
niko ⚡️ | The downside is that everything else that runs on wayland depends on linux-only stuff | 11:09:38 |
niko ⚡️ | Even for basic event handling etc | 11:09:43 |
niklaskorz | huh Wawona already integrates kosmickrisp too | 11:10:42 |
Randy Eckenrode | Mesa is linking KosmicKrism to some Xorg libraries. That’s why I asked. | 11:31:58 |
K900 | Huh | 11:32:13 |
K900 | Weird | 11:32:14 |
K900 | Which ones? | 11:32:15 |
Randy Eckenrode | Does it support network transparency? You could run Vulkan apps from a remote host. | 11:32:56 |
K900 | Nope | 11:33:08 |