Initial Commit

This commit is contained in:
eneller
2026-04-13 01:02:51 +02:00
commit 9e9838d62f
43 changed files with 7114 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# CSWatcher
Background application to inspect player profiles in Counter Strike.
Relies on the [Game State Integration](https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Game_State_Integration).
## Recommended IDE Setup
[VS Code](https://code.visualstudio.com/) + [Tauri](https://marketplace.visualstudio.com/items?itemName=tauri-apps.tauri-vscode) + [rust-analyzer](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer) + [Angular Language Service](https://marketplace.visualstudio.com/items?itemName=Angular.ng-template).