Skip to content

SteamClientHomebrew/PluginComponents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Millennium Plugin Components

Discord Website Docs

Introduction

This library is used to develop plugins used for use with Millennium.

This repository is a optimistic fork from Decky Loader's frontend library for developing plugins (decky-frontend-lib). Decky loader is a plugin loader for the Steam Deck similar to this project. Millennium's plugin loader portion was heavily inspired by decky, and it will hopefully serve to extend decky's existing library, and add functionality to portions of the Steam Client that weren't previously supported.

With that being said, any issues you encounter while developing should be fowarded here, and not the Decky developers.

Developers and Contributors

This library is focused on usage by developers to provide custom React components based on those found in the Steam Client's React UI.
This method allows developers to add UI elements and code without clobbering the existing UI of the client in order to do so.
This library can also theoretically be used to extend existing UI elements of the Steam Client UI but this has not been tested extensively.

Getting Started (Contributors)

  1. Clone the repository to your preferred location
  2. If you wish to add features such as new UI components, please create a feature branch to PR to the original repo.
  3. Bug/hotfixes are acceptable on the main branch,

Getting Started (Developers)

If you would like a feature added to library, please request it via a Github issue.

About

A built-in support library for creating plugins with Millennium.

Resources

License

Stars

Watchers

Forks

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%