A (hopefully) universal Steam Deck plugin lib
src | ||
usdpl-back | ||
usdpl-core | ||
usdpl-front | ||
.gitignore | ||
build.sh | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
README.tpl |
usdpl-rs
Universal Steam Deck Plugin Library
A faster, safer way to write plugin back-ends
Goals
- Minimum viable plugin
- Call back-end API from front-end UI
- External API documentation
- Internal protocol documentation
- Async support
- Encryption
- Plugin templates
- PluginLoader/Decky support
- Crankshaft support
- Unnamed plugin system support
- Cross-framework tooling
- Other programming languages support (C bindings)