This repository has been archived on 2024-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-03-19 17:32:19 -04:00
assets Initial commit 2022-07-24 19:15:35 +00:00
backend Add CSS styling to studio 2023-03-19 17:32:19 -04:00
defaults Initial commit 2022-07-24 19:15:35 +00:00
src Initial web studio functionality 2023-03-09 21:16:29 -05:00
.gitignore Initial web studio functionality 2023-03-09 21:16:29 -05:00
build-debug.sh Add docker and WIP refactor front-end 2022-12-24 10:22:26 -05:00
build.sh Add docker and WIP refactor front-end 2022-12-24 10:22:26 -05:00
caylon.json Update USDPL to v0.10, modularize react UI elements 2023-02-18 22:24:54 -05:00
LICENSE Improve scalability and documentation 2022-09-12 21:08:50 -04:00
main.py Initial web studio functionality 2023-03-09 21:16:29 -05:00
package.json Initial web studio functionality 2023-03-09 21:16:29 -05:00
plugin.json Add Javascript execution support, fix minor routing bugs 2022-09-18 18:08:27 -04:00
pnpm-lock.yaml Initial web studio functionality 2023-03-09 21:16:29 -05:00
README.md Test and fix steam event system 2022-10-13 17:53:44 -04:00
rollup.config.js Initial commit 2022-07-24 19:15:35 +00:00
tsconfig.json Initial commit 2022-07-24 19:15:35 +00:00

Caylon

Custom widgets for simple tasks.

Adapted from a template for using decky-frontend-lib in a Decky Loader plugin.

PluginLoader Discord Chat

Developers

Dependencies

This project relies on npm and rustup. For building on another Linux PC, Rust toolchain x86_64-unknown-linux-musl must also be installed.

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 to build the front-end:
    1. npm install
    2. npm run build
  3. From backend/, Run ./build.sh to build the back-end.

Distribution

IDK, maybe a bit of custom spins as well as a barebones offering from me