Add modular capture backends, resolution profiles, Wayland support

This commit is contained in:
Hoid 2026-02-14 10:00:19 +00:00
parent 3b363192f2
commit 80ba9b1b90
16 changed files with 2266 additions and 45 deletions

View file

@ -26,7 +26,7 @@ plugins/
├── routines/ Farming routines (Mephisto, Pindle, Countess)
├── loot/ Default loot filter rules (YAML)
└── templates/ UI template images
web/ React dashboard (future)
web/ SolidJS dashboard (future)
config/ YAML configuration
```
@ -66,7 +66,7 @@ go build -o iso-bot ./cmd/iso-bot
| Screen capture | Platform-native (Win32 / X11) |
| Input simulation | Platform-native (SendInput / uinput) |
| API | net/http + gorilla/websocket |
| Dashboard | React + TypeScript (planned) |
| Dashboard | SolidJS + TypeScript (planned) |
| Config | YAML |
| Loot filter | Declarative YAML rules |