Skip to content
This repository was archived by the owner on Sep 2, 2019. It is now read-only.

Commit 496dfd3

Browse files
authored
Create README.md
1 parent 2ef3572 commit 496dfd3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# ActWebSocketOverlay
2+
ActWebSocket overlay utility based on ImGui
3+
4+
*ActWebSocket needed.
5+
6+
## File Overview
7+
Path | Description | License
8+
---- | ----------- | -------
9+
[/src/awio/overlay.cpp](/src/awio/overlay.cpp) | Overlay Main | GPL License
10+
[/src/awio/main.cpp](/src/awio/main.cpp) | Modified Dear ImGui example for test overlay | MIT License
11+
12+
## Used Libraries
13+
Library | Description
14+
------- | -----------
15+
[Boost](https://boost.org) | Boost Library (ASIO, filesystem)
16+
[Beast](https://github.com/vinniefalco/Beast) | WebSocket Library
17+
[ImGui](https://github.com/ocornut/imgui) | Dear ImGui
18+
[JsonCPP](https://github.com/open-source-parsers/jsoncpp) | Json Library for parsing Message and Settings
19+
20+

0 commit comments

Comments
 (0)