Skip to content
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

[Feature Request] Port GNOME extension to KWin Effect #36

Open
wheaney opened this issue Jul 24, 2024 · 0 comments
Open

[Feature Request] Port GNOME extension to KWin Effect #36

wheaney opened this issue Jul 24, 2024 · 0 comments

Comments

@wheaney
Copy link
Owner

wheaney commented Jul 24, 2024

KWin supports scripted effects that are backed by GLSL fragment shader, and the ability to set uniform variables for the shader:

  • The original PR that got merged to include such effects
  • The ScriptedEffect implementation

Questions still remain:

  • Can an effect be applied to a whole monitor view?
  • Can run for long periods? not just short-lived visual effects
  • Can we stream uniform variable updates to it continuously?

We'll also want to make sure it can have a dconf integration to watch settings that come from the Breezy Desktop app. I've seen mentions of keyboard shortcuts, so I think it'll be able to handle that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant