Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 95a80a2

Browse files
author
Not Officer
committedMar 27, 2021
updated readme
1 parent 5fb5c83 commit 95a80a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Nuget](https://img.shields.io/nuget/v/GameOverlay.Net.svg?logo=nuget)](https://www.nuget.org/packages/GameOverlay.Net/ "GameOverlay.Net on NuGet") [![Nuget](https://img.shields.io/nuget/dt/GameOverlay.Net.svg)](https://www.nuget.org/packages/GameOverlay.Net/ "Downloads on NuGet") [![Open issues](https://img.shields.io/github/issues-raw/michel-pi/GameOverlay.Net.svg?logo=github)](https://github.com/michel-pi/GameOverlay.Net/issues "Open issues on Github") [![Closed issues](https://img.shields.io/github/issues-closed-raw/michel-pi/GameOverlay.Net.svg)](https://github.com/michel-pi/GameOverlay.Net/issues?q=is%3Aissue+is%3Aclosed "Closed issues on Github") [![MIT License](https://img.shields.io/github/license/michel-pi/GameOverlay.Net.svg)](https://github.com/michel-pi/GameOverlay.Net/blob/master/LICENSE "GameOverlay.Net license")
66

7-
![Net Framework 4.0](https://img.shields.io/badge/.Net-4.0-informational.svg) ![Net Framework 4.5](https://img.shields.io/badge/.Net-4.5-informational.svg) ![Net Framework 4.7](https://img.shields.io/badge/.Net-4.7-informational.svg) ![Net Standard 2.0](https://img.shields.io/badge/.Net_Standard-2.0-informational.svg)
7+
![Net Framework 4.X](https://img.shields.io/badge/.Net-4.X-informational.svg) ![Net 5.0](https://img.shields.io/badge/.Net-5.0-informational.svg) ![Net Standard 2.0](https://img.shields.io/badge/.Net_Standard-2.0-informational.svg) ![Net Standard 2.1](https://img.shields.io/badge/.Net_Standard-2.1-informational.svg)
88
</div>
99

1010
This library offers a comprehensive interface for drawing hardware accelerated graphics using our [Direct2D1 renderer](https://github.com/michel-pi/GameOverlay.Net/blob/master/source/Drawing/Graphics.cs "Direct2D1 renderer") and creating transparent click-through windows.
@@ -27,6 +27,7 @@ This library offers a comprehensive interface for drawing hardware accelerated g
2727
- Already implemented render loop with fps limitation
2828

2929
### [Documentation](https://michel-pi.github.io/GameOverlay.Net/ "GameOverlay.Net Documentation")
30+
3031
### [Examples](https://github.com/michel-pi/GameOverlay.Net/tree/master/source/Examples "GameOverlay.Net examples")
3132

3233
# Contribute

‎example_picture.png

20 KB
Loading

0 commit comments

Comments
 (0)
This repository has been archived.