CompositionProToolkit icon indicating copy to clipboard operation
CompositionProToolkit copied to clipboard

Collection of Helper classes and controls (using Win2d) for Windows.UI.Composition

Results 2 CompositionProToolkit issues
Sort by recently updated
recently updated
newest added

I couldn't get ImageFrame to work with URI sources to my local http media server, even though the URIs work fine with BitmapImage.UriSource. Figured out the issue here: [https://github.com/microsoft/Win2D/issues/796](https://github.com/microsoft/Win2D/issues/796)

Hi @ratishphilip , first of all, thank you for this amazing project. I’ve ported it to WinUI and integrated it into my own library. https://github.com/ghost1372/DevWinUI I’d like to know if,...