Hello everyone!
This

has been around for a long time and I wonder why I have not created a thread before.
However, here it is. A fully featured

which supports drawing all kind of shapes through Direct2D.
It offers all the features you need to write a wallhack or any other visual part of your cheat for any game.
Features- Supports Windows 7, 8, 8.1 and 10
- Hardware accelerated
- Draw Text, Lines, Rectangles, Circles, Triangles...
- Load and Draw images (.bmp, .png, .jpg)
- Multithreaded rendering is possible
- Implemented render loop with fps limitation
- Create transparent overlay windows
- Make your overlay stick to a parent window
Install
You can install this library by building it yourself and add a reference for it or by using the NuGet package i provide:
Code:
Install-Package GameOverlay.Net
The following dependencies will also be installed:
Code:
SharpDX.Direct2D1, SharpDX.DXGI, SharpDX
Usage
You can find a simple example

and you can use the documentation i provide
Contribute
If you want to contribute to the project you can always help me by reporting issues, adding features, fixing bugs or by providing a better documentation!
(The project file was generated using Visual Studio 2017)
License
Please respect the license of

and
(locked to 60 FPS)