CuarzoSoftware / Louvre

C++ library for building Wayland compositors.
MIT License
506 stars 14 forks source link

Add list of compositors using Louvre to the read me #37

Closed wiki-me closed 6 months ago

wiki-me commented 6 months ago

Continuing our discussion from here.

I suggest having a link rather then a full list like in smithay, as that would make the read me a little easier to skim , Also i don't think a wiki should be used because iirc it's can't be easily edited with a pull request, linking to some other file in markdown is good.

ehopperdietzel commented 6 months ago

Ok, I will create a new branch named "gallery" or similar with a README.md, the format should be something like this?

Louvre Compositors Showcase

Welcome to the list of compositors using Louvre. If you'd like to showcase your compositor, follow the steps below:

List of Compositors Using Louvre

Add Your Compositor

  1. Click the edit (pencil) button at the top right corner.
  2. Add your compositor following the format: * [Your Compositor Name](Link to the project) : Description.
  3. Make sure to insert the line in alphabetical order among the existing compositors
  4. Save your changes and create a pull request.
ehopperdietzel commented 6 months ago

Here is the README.md, feel free to modify it if you wish.