Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IDEA] Add samples for Windows.UI.Composition #123

Open
reflectronic opened this issue Aug 22, 2020 · 3 comments
Open

[IDEA] Add samples for Windows.UI.Composition #123

reflectronic opened this issue Aug 22, 2020 · 3 comments
Assignees

Comments

@reflectronic
Copy link
Contributor

Windows.UI.Composition is a library that exposes the API for the system's composition engine. It provides support for creating, animating, and applying effects to visual elements. This issue suggests adding a couple of samples to demonstrate use of the native Composition interop APIs, which allow support for drawing to Win32 HWNDs and DirectX interop.

@msmshazan
Copy link

@sylveon
Copy link

sylveon commented Oct 7, 2020

This isn't the same. Windows.UI.Composition is a different API than DirectComposition, although in this case both can achieve the desired characteristic of a transparent window.

@reflectronic
Copy link
Contributor Author

Perhaps this issue could be extended to adding samples for both; since DirectComposition is actually a native API, there is a lot more to demonstrate usage of TerraFX with (as opposed to just a few interop interfaces).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants