We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0293e commit 95a94adCopy full SHA for 95a94ad
examples/SFML/README.md
@@ -1,5 +1,13 @@
1
# Create SFML Overlay Transparent Window
2
-Create a window as transparent background and ctopmost and unclickable window form.
+Create a window as transparent background and top most and unclickable window form.
3
+i think its more performance then directx about sprites and circle or rectange
4
+and also you can draw text with outline color easly.
5
+
6
+you can find more example in:
7
+https://www.sfml-dev.org/tutorials/2.4/graphics-shape.php
8
9
+Download SFML Library:
10
+https://www.sfml-dev.org/download.php
11
12
```c++
13
sf::RenderWindow window;
0 commit comments