Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T08:04:48.000Z (about 2 months ago)
- Last Synced: 2024-10-10T11:05:16.243Z (about 1 month ago)
- Topics: game, gamescope, godot, godotengine, launcher, linux, overlay
- Language: GDScript
- Homepage: https://opengamepadui.readthedocs.io
- Size: 98.6 MB
- Stars: 403
- Watchers: 8
- Forks: 16
- Open Issues: 60
-
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/getting_started/installation/index.html)
- [User Guide](https://opengamepadui.readthedocs.io/en/latest/getting_started/usage.html)
- [Developer Guide](https://opengamepadui.readthedocs.io/en/latest/contributing/development/index.html)
- [Plugin Guide](https://opengamepadui.readthedocs.io/en/latest/plugins/introduction.html)## License
OpenGamepadUI is licensed under THE GNU GPLv3+. See LICENSE for details.