Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.31 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.31 KB

GameLauncher

About

GameLauncher is a simple way to launch games, quickly and easily. It was made using Nextron, which utilizes Next.js and Electron. Moreover, this project also incorporates the use of ChakraUI for a cleaner design.

Getting Started

To get started, head over to the releases page and download the corresponding binary for your operating system. Alternatively, you may also compile it yourself.

Compiling

If you would like to compile this manually, follow the below steps.

$ 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