-
Notifications
You must be signed in to change notification settings - Fork 288
Features
shawnhar edited this page Oct 6, 2014
·
31 revisions
Win2D is work in progress and is evolving rapidly. The main things we have implemented so far are:
- Device class
- Drawing functions (line, rect, circle, etc.)
- Solid color, image, and gradient brushes
- Stroke styles
- Text drawing
- Bitmap loading and drawing
- Render to texture
- Image processing effects (blur, color adjustments, blend, etc.)
- Draw to a surface image source (hosted inside XAML)
- XAML canvas control for simple initialization
- Vector and matrix math library
- NuGet packages make it easy to add Win2D to your project
- Reference documentation
- Interop to and from underlying native types (mix & match Win2D with native D2D)
Check out the product backlog to see what we plan to work on next.