Jaremy Creechley

Results 190 comments of Jaremy Creechley

> Hiya, I saw that you've implemented a Siwin backend. It doesn't compile yet though (as it's mostly a skeleton, as you mentioned). Awesome! Nah I've been wanting to add...

@xTrayambak I'd recommend looking at my PR that refactors the render to be swappable. Also checkout my PR comments I left on the code. That'll save you a lot of...

> Yeah, that seems to make it a bit easier. I'll just wait until you merge that MR, then I'll continue work on this. @xTrayambak I just merged the PR...

That’d be awesome! I’m not familiar with siwin. Is it cross platform or Wayland specific? If it’s Wayland specific it might be better to add it to my windy fork...

I just looked at the siwin link. Definitely could work as a windowing backend to swap out windy/windex. It's missing macos, but I could port over macos if it works...

> Upon further inspection, it seems like the backend you inherited from Fidget is quite intertwined with windy/windex. It's quite the hassle to abstract away. Hmmm, yeah that makes sense....

I tried refactoring it so the windowing library was a bit more self contained. Got it all compiling, but the window just didn't want to show up. Everything should've been...

https://github.com/elcritch/figuro/issues/124

@xTrayambak there's a new v0.15.0 branch where I'm working on adding a skeleton siwin windowing module. I'm not going to be able to implement it all, but figured I'd get...

@xTrayambak all that to say if you wanna try getting siwin running on wayland it should be much easier now. Unsupported things can probably just be a null-op. Items like...