Window interaction based effects #468
rocksdanister
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Related #467 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I made an app that has some of these features: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem
Creating controls or UI that reacts to user action or surroundings would be fun.
Describe the solution
Here are examples using ComputeSharp shaders
Window position change
moving_window_drag.mp4
Window activation change
focus_change.mp4
Window shake detection
transition_shake.mp4
Similarly effects for window size change etc.. for UI elements.
Additional info
There will be api differences between frameworks, for example WinUI has Window position events but UWP does not have similar event.
Beta Was this translation helpful? Give feedback.
All reactions