xmb-bigscreen
XMB for Plasma BigScreen, console-like fullscreen launcher for living room gamepad users
A Launcher that Downloads and Updates Applications from Github Releases
git clone https://github.com/SirDiabo/GithubLauncher.gitSirDiabo/GithubLauncherImportant
Migration from N64RecompLauncher to GithubLauncher
This software was previously knows as the "N64Recomp Launcher", but this had to be changed due to continued requests by the N64Recomp Tool Developers. If you are interested in a version of the launcher that is primarily for N64 Recompiled Games, then check out this version. You can then go into the
update_check.jsonand change the year inLastCheckTimeto something like9999to disable self-updates.If you have an old version, and wish to update to the newer ones, you will have to update manually by dragging the new files into your launcher folder. You can then delete all files with "N64Recomp" in their names. Your settings will remain compatible.
A modern, user-friendly launcher application for managing and running GitHub-hosted applications. This tool streamlines the process of downloading, installing, and launching your favorite projects.
To avoid hitting GitHub's API rate limits, you can provide a personal access token.
Create a token with no special permissions needed and set it in the launcher settings.
You can create a token at GitHub Settings -> Developer settings > Personal access tokens > Tokens (classic) > Generate new token
You don't need to give it any special permissions. Then paste that Token into your Settings field. Do not share your Token!
The launcher uses an apps.json file to manage the available apps. Every entry is user-managed and editable; there are no built-in stable, experimental, or custom categories.
Each app entry requires the following properties:
name - The display name of the app as it appears in the launcherrepository - The GitHub repository in the format username/repositoryfolderName - The folder name where the app will be downloaded and installedappIconUrl - URL of the app's icon image. If null, a default icon will be used.{
"apps": [
{
"name": "Example App",
"repository": "username/example-app-repo",
"folderName": "ExampleApp",
"appIconUrl": null
},
{
"name": "Another App",
"repository": "anotheruser/another-app-repo",
"folderName": "AnotherApp",
"appIconUrl": "link/to/an/image.png"
}
]
}
If you encounter any issues or have questions:
more like this
XMB for Plasma BigScreen, console-like fullscreen launcher for living room gamepad users
SCYTHE is a lightweight, C#-based game engine focused on modifiability and rapid iteration using Raylib.
search projects, people, and tags