I have a Metro Javascript project that needs to have a map panel that is drawn using DirectX. Since its rendering alot of vector data using the canvas is not an acceptable solution.
I'm hoping to use the Windows.Media.MediaExtensionManager to make this work. I would pass the gestures from the javascript project to a backend component that would draw the appropriate portion of the map (based on a bounding box) Then it would pass the rendered image to the source of a html video element.