Skip to content

Features

shawnhar edited this page Sep 22, 2014 · 31 revisions

Win2D is work in progress and is evolving rapidly. The main things we have implemented so far are:

  • Device class
  • Basic drawing functions (line, rect, circle, etc.)
  • Solid color and image brushes
  • Stroke styles
  • Text strings
  • Basic bitmap loading and drawing
  • Render to texture
  • Image effects infrastructure and first 5 effect types (more coming soon)
  • 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.

Clone this wiki locally