/CompositionSandbox

Collection of Windows Composition API Experiments

Primary LanguageC++MIT LicenseMIT

Composition Sandbox

Collection of various Windows Composition API Experiments

Caution

These experiments are just for fun, it's highly discouraged to use any of the experiments shown here in production code, they aren't well-tested and make use of internal/private APIs that can change at any time.

Experiments

This experiment showcases a Composition Visual created in a process (the "main" one) then sent to another process (the "secondary" one) via a Window Message to be used as render target in that secondary process while same visual used as root for an HWND render target in the main process.

See also: Cross Process Visuals With InteractionTracker

2024-04-08.23-26-52.mp4