Commit graph

9 commits

Author SHA1 Message Date
2eb90cf021
Add ignores for specific build directiries 2024-05-13 17:08:47 +01:00
a45777bb0a
Add whitelist for SteamDeckExample.jpg 2024-01-08 02:33:58 +00:00
d4a24204f9
Add whitelist for .github folder 2024-01-07 22:54:12 +00:00
9bd9ea2623
Removed tests folder & only detect license in root folder 2024-01-07 22:41:47 +00:00
6bf68eb298
Revamp: Transition HarmonyLink to C++ with DLL support
This transformative commit marks the evolution of HarmonyLink from a Rust-based server-side application to a C++ implemented, C-compatible dynamic link library (DLL). We've restructured the codebase to streamline integration into games, eliminating the need for a server setup by end-users.

Key Changes:
- Introduced .gitattributes and .gitmodules to manage new dependencies and collaborations.
- Replaced the GitHub workflow files with CMake configurations to support the new C++ build system.
- Introduced a comprehensive set of header and implementation files defining the core functionality, platform-specific utilities, and cross-platform compatibility layers.
- Removed all Rust-specific files (Cargo.toml, Cargo.lock, etc.) and references to ensure a clean transition to the C++ environment.
- Implemented new testing mechanisms within HarmonyLinkTest to ensure robustness and reliability of the DLL.
- Excised previous server-side components and models to focus on the DLL's direct integration into consumer applications.

This update is a direct response to community feedback, showcasing our commitment to adaptability and innovation. HarmonyLink 2.0 is now more accessible, efficient, and tailored for diverse gaming environments, providing developers with an unparalleled level of hardware-software harmony.

Please refer to the updated README for more details on the new structure and how to integrate HarmonyLink 2.0 into your projects.
2024-01-07 20:29:47 +00:00
2040878fcf Added whitelist for Images folder 2023-06-29 12:14:29 +01:00
0d5497be1c Removed DLL
Added All functions from DLL into HarmonyLinkServer
2023-06-22 01:40:59 +01:00
81a4e86498 Added build script to move files out of the Resources folder into the target 2023-06-03 01:40:42 +01:00
Jordon Brooks
afddf6b3e8
Initial commit 2023-06-02 22:08:19 +01:00