dependabot[bot] 469222b209 Bump fyne.io/fyne/v2 from 2.7.2 to 2.7.3 (#29)
Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/v2.7.3/CHANGELOG.md)
- [Commits](https://github.com/fyne-io/fyne/compare/v2.7.2...v2.7.3)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-version: 2.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-25 00:20:42 -07:00
2024-12-23 13:48:23 -08:00
2020-03-16 21:01:51 -07:00
2020-03-16 20:38:06 -07:00
2023-07-06 15:12:58 -07:00
2020-03-16 21:01:51 -07:00
2023-07-06 15:12:58 -07:00
2023-07-06 15:12:58 -07:00

Homeworld Remastered Proton Launcher

This is a launcher application for the Steam version of Homeworld Remastered Collection. It can be used as a replacement for Gearbox's launcher which has Linux compatibility issues.

Much thanks needs to be given to the version of the launcher at https://git.sr.ht/~_dev_fra/hwrc-proton-launcher which this code was originally a Go port of.

Running

To get the application, download the binary from the Releases tab for your platform.

The application may be run in two modes:

  • Command Line: Takes all inputs from the CLI. Run ./hwrc-proton-launcher -help for more information.
  • GUI: A graphical interface for launching the games. Will display if no CLI options are passed by running ./hwrc-proton-launcher

Known Issues

I have only tested this on my machine; there are likely incompatibility problems on other variants. If you encounter an issue file it to this repository!

I have also not yet tested the mod loading functionality.

Attribution

This project is a port of https://git.sr.ht/~_dev_fra/hwrc-proton-launcher, converting it to a Go application and adding a UI...admittedly it an excuse for me to try out Fyne by helping out the experience of running my favorite game :)

Contributing

The tool has been written in Golang using the Fyne UI framework. The following items are required to be installed on your system in order to compile:

Once installed, simply run the following to build and execute the application:

go build && ./hwrc-proton-launcher
Description
A launcher program for gamers running Homeworld Remastered on Linux
Readme Apache-2.0 170 KiB
Languages
Go 100%