-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A global "Compositor Support" page? #33
Comments
This would be great to have, because it's a little hard to figure out how each compositor stacks up to figure out the gaps unless you're drilling into specific protocols. |
Yes it is annoying to go through each protocol and trying to figure out which compositor is most supported or fits the requirements. |
i would like to help to add this, any pointers where i can look at to iterate? |
Hi,
On skimming the source I found that here the compositor data is present
https://github.com/vially/wayland-explorer/tree/main/src/data/compositors
Here is the component where it is rendered.
https://github.com/vially/wayland-explorer/blob/main/src/components/WaylandCompositors.tsx
Think it should be straightforward to create a new component. I have very
limited understanding of web development and am occupied in other projects.
…On Thu, 18 Apr, 2024, 9:27 am Rahammetoela Toekiman, < ***@***.***> wrote:
i would like to help to add this, any pointers where i can look at to
iterate?
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE6DBOJTL7HZVZNE6LOQW7DY55AEDAVCNFSM6AAAAAAYGTVV3SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRSHE2DIOJVGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
nice find, i'll try and look at it sometime |
Today I was asked about differences between compositors. In answering this I thought it would be useful for Wayland Explorer to have a global "Compositor Support" page covering all the extensions that have a "Compositor Support" section.
Is that feasible? Interesting?
The text was updated successfully, but these errors were encountered: