Initial commit: stools Plugin Manager for OBS

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Nils
2026-05-04 19:39:38 +02:00
commit 3673cc41a8
17 changed files with 2049 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# stools Plugin Manager
OBS Studio plugin that manages stools plugins. Automatically downloads, installs and updates plugins with login authentication.
## Features
- Login via stools.cc API token
- Automatic plugin download and installation
- Auto-update check on OBS startup
- Plugin version tracking
- Cross-platform (Windows, macOS, Linux)
## Building
```bash
# Windows (requires Visual Studio + OBS installed)
powershell -ExecutionPolicy Bypass -File build.ps1
```
## License
This project is licensed under the [GNU General Public License v2.0](LICENSE).