With barely a pause for breath after shipping version 1.0.0, the Win2D team charges ahead toward vNext...
Win2D version 1.1.0 is now available on NuGet (for Windows 10 or Windows / Phone 8.1) and GitHub.
What’s new
- Added CanvasDrawingSession.DrawInk, which makes it easy to combine Win2D with Windows.UI.Input.Inking for low latency, high quality pen and stylus rendering.
- Enabled the Direct3D Interop demo in Example Gallery (unblocked now that a UWP NuGet package for DirectXTK is available)
A note on version numbers
Win2D 1.0.0 is our stable v1 release. Versions in the 1.1.x series build on top of this adding new experimental features (see the backlog for a taste of what’s to come). We will strive to make this purely additive, so the 1.0.0 feature set remains stable while we iterate on the design of our 1.1.x additions. These newer APIs (such as DrawInk) which may change from one version to the next are marked in the documentation as [Experimental].