You are viewing a potentially older version of this package.
View all versions.
ResoniteImGuiLib
Library that allows modders to create ImGui windows.
| Date uploaded | 8 months ago |
| Version | 2.0.0 |
| Download link | art0007i-ResoniteImGuiLib-2.0.0.zip |
| Downloads | 137 |
| Dependency string | art0007i-ResoniteImGuiLib-2.0.0 |
This mod requires the following mods to function
ResoniteModding-BepisLoader
A mod loader which allows using BepInEx with Resonite
Preferred version: 1.4.1ResoniteModding-BepisResoniteWrapper
Common hooks and events library for BepInEx Resonite mods. Provides essential events like OnEngineReady to simplify mod development.
Preferred version: 1.0.0README
ResoniteImGuiLib
A Resonite library that allows modders to create ImGui windows.
Example usage can be found here: https://github.com/art0007i/ImGuiExample
Installation (Manual)
- Install BepisLoader for Resonite.
- Download the latest release ZIP file (e.g.,
art0007i-ResoniteImGuiLib-2.0.0.zip) from the Releases page. - Extract the ZIP and copy the
pluginsfolder to your BepInEx folder in your Resonite installation directory:- Default location:
C:\Program Files (x86)\Steam\steamapps\common\Resonite\BepInEx\
- Default location:
- Start the game. If you want to verify that the mod is working you can check your BepInEx logs.
CHANGELOG
Changelog
2.0.0
Initial BepisLoader Release