Hytale Client ImGui is a C++ DLL injection project that renders an ImGui overlay inside the Hytale client. The source is open to modification and can be adapted freely for experimentation and debugging.
- Language: C++20
- UI Library: Dear ImGui
- Hooking Library: funchook
- Build System: CMake
git clone https://github.com/reversedcodes/Hytale-Client-ImGui.git
cd Hytale-Client-ImGui
mkdir build
cd build
cmake ..
cmake --build . --config ReleaseThis project is licensed under the Apache License 2.0.
You are free to use, modify, and distribute this software under the terms of the license.
