Introduction (original) (raw)
Win2D is an easy-to-use Windows Runtime API for immediate mode 2D graphics rendering with GPU acceleration. It is available to C#, C++ and VB developers writing apps for WinUI2 or WinUI3. It utilizes the power of Direct2D, and integrates seamlessly with XAML.
Win2D currently has two packages available:
- Win2D.uwp
- For use with the WinUI2 (Universal Windows Platform only)
- Microsoft.Graphics.Win2D
- For use with WinUI3 and Project Reunion