https://github.com/shadowblip/opengamepadui
Open source gamepad-native game launcher and overlay
https://github.com/shadowblip/opengamepadui
game gamescope godot godotengine launcher linux overlay
Last synced: 6 days ago
JSON representation
Open source gamepad-native game launcher and overlay
- Host: GitHub
- URL: https://github.com/shadowblip/opengamepadui
- Owner: ShadowBlip
- License: gpl-3.0
- Created: 2022-11-19T02:07:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-27T06:09:25.000Z (4 months ago)
- Last Synced: 2026-03-27T17:43:26.890Z (4 months ago)
- Topics: game, gamescope, godot, godotengine, launcher, linux, overlay
- Language: GDScript
- Homepage: https://opengamepadui.readthedocs.io
- Size: 101 MB
- Stars: 808
- Watchers: 9
- Forks: 33
- Open Issues: 83
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Open Gamepad UI
## About
Open Gamepad UI is a free and open source game launcher and overlay written using the
[Godot Game Engine 4](https://godotengine.org/) designed with a gamepad native
experience in mind. Its goal is to provide an open and extendable foundation
to launch and play games. It also implements a gamepad input system that can allow
you to remap gamepad input to mouse and keyboard inputs.
> :warning: NOTE: This project is currently in the very early stages of development.
## Features
- In-game overlay menus
- Power tools (TDP control, SMT, etc.) through [PowerStation](https://github.com/ShadowBlip/PowerStation)
- Fully configurable gamepad input (buttons, axes, mouse & keyboard, etc.) through [InputPlumber](https://github.com/ShadowBlip/InputPlumber/)
- Per-game customizable gamepad profiles
- Launch games from multiple sources
- Automatic artwork downloading
- Plugin architecture
## Documentation
You can [read documentation](https://opengamepadui.readthedocs.io/) about how to use and develop for the project here:
- [Install Guide](https://opengamepadui.readthedocs.io/en/latest/documentation/getting-started/installation/)
- [User Guide](https://opengamepadui.readthedocs.io/en/latest/documentation/getting-started/usage/)
- [Developer Guide](https://opengamepadui.readthedocs.io/en/latest/documentation/contributing/building_from_source/)
- [Plugin Guide](https://opengamepadui.readthedocs.io/en/latest/documentation/plugins/introduction/)
## License
OpenGamepadUI is licensed under THE GNU GPLv3+. See [LICENSE](./LICENSE) for details.