https://github.com/spikehd/xenialauncher
A small launcher that contains the ability to launch xenia with options and configuration changes
https://github.com/spikehd/xenialauncher
Last synced: about 1 year ago
JSON representation
A small launcher that contains the ability to launch xenia with options and configuration changes
- Host: GitHub
- URL: https://github.com/spikehd/xenialauncher
- Owner: SpikeHD
- License: mit
- Created: 2022-03-30T04:50:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T05:08:04.000Z (about 4 years ago)
- Last Synced: 2025-06-12T18:19:02.775Z (about 1 year ago)
- Language: JavaScript
- Size: 654 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Xenia Launcher
Simple launcher UI for configuring and launching Xenia and Xbox games through Xenia.
[Download here!](https://github.com/SpikeHD/XeniaLauncher/releases)
Once downloaded, just extract everything into it's own folder and, once launched, set your xenia binary and game paths.

# Setup
1. Clone the repository: `git clone git@github.com:SpikeHD/XeniaLauncher.git`
2. Install the `neu` CLI tool: `npm install -g @neutralinojs/neu`
3. Run `npm run setup`
- This will download Neutralino binaries and do a little bit of setup for you
4. Run `npm install` to install dependancies, including `preact-cli` which is used to build the Preact portion
5. To compile and test everything, run `npm run dev`
6. To compile a build for release, run `npm run build`
That's it!
# Future Plans
* ~~Auto-update Xenia~~ (kinda implemented, manual download button)
* ~~Recursively find ISO/XISO/XEX files in nested folders in the game folder~~
* Detect/find icons for games to display rather than a blank disc image
* UI changes to make it a lil nicer
* Display current paths to Xenia/Game folder in the buttons or on hover or something
# Contributing
Issues, PRs, etc. are all welcome!
# Disclaimer
Probably shouldn't have to be mentioned, but just in case, this project in no way encourages or supports piracy. Dump your own games, only possess copies of games you own, etc.