Revolutionize handheld gaming with adaptive game settings. Optimize graphics and gameplay experience based on real-time system metrics. Open-source project empowering developers to enhance games on portable devices
Find a file
2023-06-11 00:41:11 +01:00
.cargo Updated DLL 2023-06-04 00:41:26 +01:00
.github/workflows update release workflow 2023-06-11 00:41:11 +01:00
.vscode Initial Commit 2023-06-02 22:58:55 +01:00
Resources Updated DLL files 2023-06-07 20:25:05 +01:00
src Updated DLL 2023-06-04 00:41:26 +01:00
.gitignore Added build script to move files out of the Resources folder into the target 2023-06-03 01:40:42 +01:00
build.rs Updated DLL 2023-06-04 00:41:26 +01:00
Cargo.toml Version Bump 2023-06-10 23:21:21 +01:00
LICENSE Initial commit 2023-06-02 22:08:19 +01:00
README.md Update README.md 2023-06-10 14:22:48 +01:00

HarmonyLink: Server

Welcome to the server-side application for the HarmonyLink project. This innovative software is developed with the Rust programming language and is aimed at enhancing the handheld gaming experience. The main function of this application is to run the DLL which is currently closed-source. If this project becomes popular enough, I will reconsider the licensing of the DLL and release it opensource.

The Vision and The Reality

The central goal with HarmonyLink is to provide a comprehensive and interactive gaming experience on handheld devices. This client-side application is a crucial part of this vision.

Key Features

  1. Device Identification: HarmonyLink equips games with the ability to identify the specific handheld device they are operating on.
  2. Real-Time Metrics: Games can access real-time data about the handheld device's power usage and docking status through HarmonyLink.
  3. Cross-Platform Compatibility: HarmonyLink extends its functionality to Windows games running on Proton/Wine.

How It Works

HarmonyLink operates using a client-server structure. This server-side application runs the DLL on the host side (native Linux or Windows), and games access the metrics via an API.

Developers and modders can easily implement GET and POST requests from the API, integrating system metrics into games. These metrics can be used to adapt the game's quality settings, providing a more customized gaming experience.

Getting Started

This project assumes that you already know how to compile and run Rust applications.

  1. Clone the repository: git clone https://github.com/Jordonbc/HarmonyLinkServer.git
  2. Navigate into the directory: cd HarmonyLinkServer
  3. Build the project: cargo build
  4. Run the project: cargo run

Please note that while the DLL is currently closed-source, we're open to making it open-source if it gains popularity. We're excited to see how the project evolves with community engagement.

To view the API in action, check out HarmonyLink: View. This sister project provides a comprehensive interface to see what the API is doing in real-time.

To help visualize its functionality, we've included a demonstration video that showcases HarmonyLink in action on a Steam Deck in desktop mode. (Insert link to video here)

Conclusion

HarmonyLink is a significant step towards revolutionizing the handheld gaming experience. Whether you're a game developer aiming to optimize your games for handheld devices or a gamer seeking a more personalized handheld gaming experience, HarmonyLink might just be what you've been waiting for.

We welcome your feedback, questions, and suggestions. Feel free to raise an issue or submit a pull request. Happy coding and game on!

License

This project is licensed under the GNU General Public License v3.0 or later.