https://github.com/firestreaker2/gamelauncher
Simple game launcher made with Next, Electron, and Chakra
https://github.com/firestreaker2/gamelauncher
electron game next nextjs nextron react typescript
Last synced: 4 months ago
JSON representation
Simple game launcher made with Next, Electron, and Chakra
- Host: GitHub
- URL: https://github.com/firestreaker2/gamelauncher
- Owner: FireStreaker2
- License: mit
- Created: 2023-11-09T01:47:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T03:50:19.000Z (over 2 years ago)
- Last Synced: 2025-05-11T01:35:24.457Z (about 1 year ago)
- Topics: electron, game, next, nextjs, nextron, react, typescript
- Language: TypeScript
- Homepage: https://github.com/FireStreaker2/GameLauncher/releases/latest
- Size: 573 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# About
GameLauncher is a simple way to launch games, quickly and easily. It was made using [Nextron](https://github.com/saltyshiomix/nextron), which utilizes Next.js and Electron. Moreover, this project also incorporates the use of [ChakraUI](https://chakra-ui.com/) for a cleaner design.
# Getting Started
To get started, head over to the [releases](https://github.com/FireStreaker2/GameLauncher/releases/latest) page and download the corresponding binary for your operating system. Alternatively, you may also [compile it yourself](https://github.com/FireStreaker2/GameLauncher#compiling).
## Compiling
If you would like to compile this manually, follow the below steps.
```bash
$ git clone https://github.com/FireStreaker2/GameLauncher.git
$ cd GameLauncher
$ npm i
$ npm run build
```
After everything has been compiled, the result should be in the ``dist/`` folder.
# Usage
In the input, enter a command that will start a program/task. Examples:
* ``node ~/Downloads/Game/index.js``
* ``~/Documents/start.sh``
* ``~/Games/ULTRAKILL/ULTRAKILL.x86_64``
* ``osu-wine``
# License
[MIT](https://github.com/FireStreaker2/GameLauncher/blob/main/LICENSE)