Phoenix: A modern X server written from scratch in Zig
11–20 of 462 posts
Re: Phoenix: A modern X server written from scratch in Zig
#12First my mind went to Phoenix (elixir framework), then to X (twitter) before it clicked what this was actually about. Some very overloaded names
Re: Phoenix: A modern X server written from scratch in Zig
#13An X11 rewrite with some security baked in is an awesome approach. Will be watching!
Re: Phoenix: A modern X server written from scratch in Zig
#14If you are not going to implement X11 drawing ops and XRender (which I, and many others, still use heavily), what's even the point? Any 'modern' program that only does client-side rendering already supports Wayland. AFAIK GTK 3 doesn't even support DRI on X11 unless you somehow trick it into using the abandoned OpenGL Cairo backend, but that's not modern enough apparently.
Re: Phoenix: A modern X server written from scratch in Zig
#15This is a great project! I like and use Wayland but the portal protocols and extension mechanism does leave a lot to be desired. Wayland is still quite a way behind Windows and macOS in terms of what productivity users need An X11 rewrite with some security baked in is an awesome approach. Will be watching!
Re: Phoenix: A modern X server written from scratch in Zig
#16Earlier quoted context omitted.
This is a really really bad comment. I've never heard of the framework you're talking about and I thought you were talking about the Firefox prototype.
Phoenix is a well known web app framework regardless of your ignorance of it.
Re: Phoenix: A modern X server written from scratch in Zig
#17This is a really really bad name. There's already a Phoenix that is well known in tech. https://phoenixframework.org/ OP if you're the author I suggest you rename to avoid confusion. Don't name it Rails either haha!
This is a really really bad comment. I've never heard of the framework you're talking about and I thought you were talking about the Firefox prototype.
Re: Phoenix: A modern X server written from scratch in Zig
#18This is a really really bad name. There's already a Phoenix that is well known in tech. https://phoenixframework.org/ OP if you're the author I suggest you rename to avoid confusion. Don't name it Rails either haha!
This is a really really bad comment. I've never heard of the framework you're talking about and I thought you were talking about the Firefox prototype.
Re: Phoenix: A modern X server written from scratch in Zig
#19If you are not going to implement X11 drawing ops and XRender (which I, and many others, still use heavily), what's even the point? Any 'modern' program that only does client-side rendering already supports Wayland. AFAIK GTK 3 doesn't even support DRI on X11 unless you somehow trick it into using the abandoned OpenGL Cairo backend, but that's not modern enough apparently.
Where do they say they're omitting drawing and xrender?
Re: Phoenix: A modern X server written from scratch in Zig
#20> The compositor will get disabled … if the client runs a fullscreen application and disabled vsync in the application. This is interesting to me, why would vsync being enabled mean that the desktop compositor needs to stick around for a full screen app?