Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.46 KB

Yato.DirectXOverlay

Yato.DirectXOverlay offers an easy to use interface for basic Direct2D drawing on any Window.

You can also create transparent windows to do your drawing on top of any other window.

Transparent windows optionally stick to their parent.

NuGet

Install-Package Yato.DirectXOverlay

Features

  • Supports Windows 7, 8, 8.1 and 10
  • Draw basic shapes like lines, rectangles and triangles
  • Draw Text with any installed font
  • Draw .bmp, .png and .jpg images
  • Create transparent windows
  • Limit your frames per second dynamically
  • Overall great performance (hardware accelerated)

Contribute

You can help me by creating a better documentation or simply suggest features or report bugs via Github Issues

Dependencies

SharpDX.Direct2D1, SharpDX.DXGI, SharpDX

License

Special Thanks