A (hopefully) universal Steam Deck plugin lib
Go to file
2023-10-09 18:24:41 -04:00
src Add some utility functions to API 2022-06-20 20:03:18 -04:00
templates/decky Add _unload to decky template 2023-04-04 19:30:40 -04:00
usdpl-back Add built-in back implementations for USDPL services, disable code gen for them by default (only usdpl-back needs to generate them) 2023-09-04 11:59:35 -04:00
usdpl-build Fix server streaming codegen 2023-10-09 18:24:41 -04:00
usdpl-core Remove old APIs, improve/fix front logging 2023-09-03 17:33:30 -04:00
usdpl-front Remove old APIs, improve/fix front logging 2023-09-03 17:33:30 -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 Remove old APIs, improve/fix front logging 2023-09-03 17:33:30 -04:00
Cargo.toml Fix websocket communication front logic closing too early 2023-09-01 18:04:34 -04:00
LICENSE Create LICENSE 2022-06-08 00:09:09 +00:00
README.md Bump version and add Decky env var support (#1) 2023-02-13 21:35:30 -05:00
README.tpl Document, improve some API functionality 2022-06-16 17:19:45 -04:00

usdpl-back usdpl-core usdpl-front

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
  • PluginLoader/Decky support
    • Plugin template
  • Cross-framework tooling
  • Other programming languages support (C bindings)