[Feature] Animation support #13
NICHOLAS85
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After seeing how https://github.com/JoseExposito/touchegg implemented smooth animations for gestures I believe a similar addition could be brought over to Gebaar!
My current plans for implementing this feature:
Config format example
For all commands, an animation can be optionally added which animates from gesture detection to gesture execution. The end goal would be to allow these animations to be drop-in/modular so people can create their own animations and share them. On a similar note, I'll look into modularizing the rest of Gebaar using https://github.com/FedeDP/libmodule. If this were achieved people could create their own gesture handles for libinput events which they could just drop in, creating a very flexible gesture daemon.
Any progress on animations will be tracked under the https://github.com/NICHOLAS85/gebaar-libinput/tree/animations branch.
The modularization of Gebaar may or may not come at a future date.
Beta Was this translation helpful? Give feedback.
All reactions