ahmed605 / CompositionSandbox

Collection of Windows Composition API Experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Collection of Windows Composition API Experiments

License:MIT License


Languages

Language:C++ 87.7%Language:C 12.3%