mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-06-01 22:09:27 +02:00
main
* feat(window-manager): implement in-app achievement notifications for Linux - Added `sendAchievementToFocusedWindow` method to handle achievement notifications within the app on Linux/Wayland, where standalone overlays are not supported. - Updated `mergeAchievements` to utilize the new method for in-app notifications. - Introduced IPC listener for in-app achievement notifications in the preload script. - Enhanced the renderer to display achievement notifications using the new overlay component. This update improves user experience by providing timely feedback on achievements directly within the application interface. * chore: remove comments * fix: points positioning in a custom achievement window --------- Co-authored-by: Chubby Granny Chaser <weak.fern2638@heliokroger.com>
chore: update Python RPC environment settings for UTF-8 encoding and adjust logging configuration (#2219)
Hydra Launcher
Hydra Launcher is an open-source gaming platform created to be the single tool that you need in order to manage your gaming library. Hydra is written in Node.js (Electron, React, Typescript), Python, and Rust.
Features
- Add games that you own to your library
- Have a nice profile that shows what you are playing to your friends
- Save your game progress in the cloud with Hydra Cloud
- Unlock achievements
- Navigate through a rich catalogue with a powerful suggestion algorithm
- Discover new games that you haven't played before
Build from source and contributing
Please, refer to our Documentation pages: docs.hydralauncher.gg
Local development requirements
- Node.js + Yarn
- Python 3.9+ with
pip install -r requirements.txt - Rust toolchain (for
hydra-native)
After installing dependencies, postinstall now builds the Rust native addon automatically (hydra-native/hydra-native.node).
Packaging scripts (yarn build:win, yarn build:mac, yarn build:linux, yarn build:unpack) now run yarn build:python-rpc automatically.
Contributors
License
Hydra is licensed under the MIT License.
Languages
TypeScript
85.1%
SCSS
13.5%
Python
1%
Rust
0.2%
JavaScript
0.2%
