https://github.com/rlbot/gui
A GUI for RLBot v5 written in go and powered by wails.
https://github.com/rlbot/gui
Last synced: 7 days ago
JSON representation
A GUI for RLBot v5 written in go and powered by wails.
- Host: GitHub
- URL: https://github.com/rlbot/gui
- Owner: RLBot
- License: mit
- Created: 2024-07-23T21:11:38.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-04-09T19:51:31.000Z (about 1 month ago)
- Last Synced: 2025-04-09T20:41:37.058Z (about 1 month ago)
- Language: Svelte
- Size: 11.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rlbot/gui
A GUI for [RLBot](https://rlbot.org) v5. Built with:
* [Go](https://golang.org)
* [Wails](https://v3alpha.wails.io) (v3 alpha).
* [Svelte](https://svelte.dev)## Info
This project is built using a justfile. Run `just build` to build, `just dev` to run in dev mode, `just lint` to lint
and `just format` to format. Remember to [install dependencies](#Installing-build-dependencies) first.## Installing build dependencies
1. Install the [wails v3-alpha cli](https://v3alpha.wails.io/getting-started/installation/)
2. Install [node](https://nodejs.org/en) and [pnpm](https://pnpm.io/installation)
3. Run `cd frontend` and then `pnpm i` (you probably want to `cd ../` after)## Linux runtime dependencies
* Either [zenity, matedialog or qarma](https://github.com/ncruces/zenity?tab=readme-ov-file#benefits-of-the-go-package)