[Feature] 3D Parallax using Depth map #458
Replies: 4 comments 9 replies
-
Hello, 'rocksdanister! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
-
Made a sample project: |
Beta Was this translation helpful? Give feedback.
-
@Sergio0694 I know you called out Though we'd have to do the odd subclass aliasing of the XAML control if we make it a templated control: Sergio0694/ComputeSharp#442 - unless we just inherit from |
Beta Was this translation helpful? Give feedback.
-
To me these are the todo/blockers:
|
Beta Was this translation helpful? Give feedback.
-
Describe the problem
There are not many easy methods of personalizing native application, adding a background image is one popular method.. but making it look 3D would take it one step further!
Use cases:
Describe the solution
Creating a 3D scene can get complex and not practical; instead we can use depth map (image) and shaders to create a similar effect by shifting the pixels at different speeds based on the depth.
Demo running on opensource app Ambie:
Ambie.Depth-1.mp4
Demo depth cards:
depth_cards.mp4
Advantages of depth map:
Alternatives
Creating a 3D scene.
ParallaxView for 2D effect.
Additional info
I am still learning Win2D, will post a sample project in a bit (need some cleaning.)
Help us help you
Yes, I'd like to be assigned to work on this item.
Beta Was this translation helpful? Give feedback.
All reactions