Add modular capture backends, resolution profiles, Wayland support
This commit is contained in:
parent
3b363192f2
commit
80ba9b1b90
16 changed files with 2266 additions and 45 deletions
|
|
@ -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 |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue