Jari Vetoniemi
Jari Vetoniemi
Yeah, indeed.
On x11 all monitors are merged to single big buffer so it simplified this issue. On wlc each output has their own framebuffer so each monitor can vblank on their...
Just to confirm, I see there is hook for asound / alsa in the source tree. This issue is about capturing all system sound right? If so I agree 100%...
No problem, I already started replacement that does bit less.
https://github.com/Cloudef/glcapture Here it is for anyone interested.
The main purpose of iconv api would not to be a main api, but rather way to use bsdconv as drop in replacement for programs that already use iconv API....
If you think it's out of scope I can also make this separate program, no problem. I'm mainly only interested in vulkan.
related [#18998](https://github.com/ziglang/zig/issues/18998)
Hello, I answered similar question here: https://ziggit.dev/t/zig2nix-nix-flake-for-packaging-building-and-running-zig-projects/2830/6 Basically: ```nix env = mach-flake.outputs.mach-env.${system} { customRuntimeDeps = with pkgs; [ pkg-config ]; customRuntimeLibs = with pkgs; [ atk ]; }; ``` If...
@slimsag You might be interested in https://flatpak.github.io/xdg-desktop-portal/ https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.FileChooser.html Sadly it uses dbus, but this is currently the way in linux for opening file browser and it will use the system's...