Ignacy Koper

Results 56 comments of Ignacy Koper

> A would-be author of a Wayland port should avoid trying to replicate bspwm's architecture 1-1. I've never used bspwm, but looking over its design it uses `sxhkd` as a...

> Also, I assume Wayland API is more stable with C rather than Rust (Wayland is written in C). > > Moreover, there are more C developers than Rust devs,...

> > You all may be interested in [river](https://github.com/ifreund/river): > > > river is a dynamic tiling wayland compositor that takes inspiration from dwm and bspwm. > > Yea, I...

I'm able to use eww on musl (and freebsd libc), requires compiling gtk3 from source, some musl distros are shipping "shared packages" instead of rebuilding them. I'm using Carbs but...

For me, with pixelart takes up to 4gb+ (latest version), doesn't matter which filter I'm using... Without oguri, river + browser takes 1gb, when oguri is opened then memory usage...

Looks like it's general behaviour caused by Winit/WGPU because even bevy or any other library seems to have even longer loading time... there is tiny hack where you set window...

> however, running the [vulkano-rs](https://github.com/vulkano-rs/vulkano) triangle example shows that it runs much faster - it's about 5x as fast. Vulkano is safe vulkan abstraction while wgpu implements still evolving and...

I think, only solution would be full new macOS specific backend which uses Metal and their SDKs for sound. On the other hand, there is option to create Vulkan backed...

Wayland has own sockets, and compositor is auto detected by your IPC (thats my experience with it), compositor must have implemented your own protocol related to your IPC. Look into...

> There aren't many barriers to using Wayland right now, other than GPU support, and WM support. Well, thats not that easy and there ia a lot of barries like...