A (hopefully) universal Steam Deck plugin lib
Go to file
2022-06-15 21:18:24 -04:00
src Initial functionality 2022-06-07 20:05:04 -04:00
usdpl-back Minor refactor and code cleanup to improve ergonomics 2022-06-15 21:18:24 -04:00
usdpl-core Minor refactor and code cleanup to improve ergonomics 2022-06-15 21:18:24 -04:00
usdpl-front Minor refactor and code cleanup to improve ergonomics 2022-06-15 21:18:24 -04:00
.gitignore Initial functionality 2022-06-07 20:05:04 -04:00
build.sh Minor refactor and code cleanup to improve ergonomics 2022-06-15 21:18:24 -04:00
Cargo.lock Minor refactor and code cleanup to improve ergonomics 2022-06-15 21:18:24 -04:00
Cargo.toml Improve build scripts and framework to get WASM loaded on Steam Deck 2022-06-12 17:30:14 -04:00
LICENSE Create LICENSE 2022-06-08 00:09:09 +00:00
README.md Initial functionality 2022-06-07 20:05:04 -04:00

usdpl-rs

Universal Steam Deck Plugin Library

A faster, lighter way to write plugins

Goals

  • Minimum viable plugin
  • Call back-end API from front-end UI
  • Async support
  • PluginLoader/Decky support
  • Crankshaft support
  • Unnamed plugin system support
  • Cross-framework tooling