Skip to content

Commit 4f217f5

Browse files
authored
Update README.md
1 parent f07a3c0 commit 4f217f5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
Overlay.NET aims to be An easy-to-use overlay library that allows you to render visuals to other windows, and offers lots of overlay options, from external WPF windows to shared process directx hooks to do the overlay rendering.
66

77
## Features
8-
-WPF based overlay
9-
-Directx based overlay
10-
-Soon: Shared process (aka injected) directX engine to use the games directx device instead
8+
- WPF based overlay
9+
- Directx based overlay
10+
- Soon: Shared process (aka injected) directX engine to use the games directx device instead
1111

1212
## Demo / Examples
1313
You may find the demo code here: https://github.com/lolp1/Overlay.NET/tree/master/src/Overlay.NET.Demo
@@ -18,6 +18,10 @@ You may view a quick demo video of the WPF/directx overlay below.
1818
" target="_blank"><img src="http://img.youtube.com/vi/aq6LG3IML7s/0.jpg"
1919
alt="Overlay demo" width="300" height="200" border="10" /></a>
2020

21+
## Contributing (please do!)
22+
- If you like it, star it.
23+
- If you want to add to it, include a working example in your pull request, preferably added to the demo project.
24+
2125
## Credits
2226
Julian Forrester aka Arcanaeum for showing me how to make a basic wpf overlay.
2327
https://github.com/YatoDev/DirectXOverlay - The external directx2D overlay implementation.

0 commit comments

Comments
 (0)