WIP Steam deck clips recorder
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
AAGaming 4050dc99dc
actual fix
5 months ago
.vscode tons of changes i definitely did not forget to commit earlier 7 months ago
backend tons of changes i definitely did not forget to commit earlier 7 months ago
src fix steamos preview 5 months ago
.dockerignore tons of changes i definitely did not forget to commit earlier 7 months ago
.gitignore tons of changes i definitely did not forget to commit earlier 7 months ago
.gitmodules tons of changes i definitely did not forget to commit earlier 7 months ago
.nvmrc tons of changes i definitely did not forget to commit earlier 7 months ago
Dockerfile.gs tons of changes i definitely did not forget to commit earlier 7 months ago
LICENSE.md add LICENSE 7 months ago
README.md tons of changes i definitely did not forget to commit earlier 7 months ago
build.sh tons of changes i definitely did not forget to commit earlier 7 months ago
buildrs.sh actual fix 5 months ago
entrypoint.gs.sh tons of changes i definitely did not forget to commit earlier 7 months ago
entrypoint.rs.sh fix entrypoint 5 months ago
main.gs.py tons of changes i definitely did not forget to commit earlier 7 months ago
main.py tons of changes i definitely did not forget to commit earlier 7 months ago
package.json fix steamos preview 5 months ago
plugin.json styling fixes, set volume to 0.3 6 months ago
pnpm-lock.yaml fix steamos preview 5 months ago
replay-sorcery.conf tons of changes i definitely did not forget to commit earlier 7 months ago
rollup.config.js tons of changes i definitely did not forget to commit earlier 7 months ago
tsconfig.json tons of changes i definitely did not forget to commit earlier 7 months ago

README.md

React-Frontend Plugin Template

Reference example for using decky-frontend-lib in a PluginLoader plugin.

PluginLoader Discord Chat

Developers

Dependencies

This template relies on the user having pnpm installed on their system.
This can be downloaded from npm itself which is recommended.

Linux

sudo npm i -g pnpm

Getting Started

  1. Clone the repository to use as an example for making your plugin.
  2. In your clone of the repository run these commands:
    1. pnpm i
    2. pnpm run build
  3. You should do this every time you make changes to your plugin.

Note: If you are recieveing build errors due to an out of date library, you should run this command inside of your repository:

pnpm update decky-frontend-lib --latest

Distribution

WIP. Check back in later.