Fexty12573 / SharpPluginLoader

A C# plugin loader for Monster Hunter World
MIT License
32 stars 2 forks source link

Custom ImGui Version #22

Closed Fexty12573 closed 6 months ago

Fexty12573 commented 6 months ago

This PR introduces a customized version of ImGui, based on forks of cimgui and ImGui.NET. This allows us to have more direct control over specific ImGui features and extensions.

The current implementation is based on the stacklayout branch by thedmd. Examples can be seen here

Additionally, a new NuGet Package, SharpPluginLoader.ImGui is introduced, which from now on is referenced instead of the main ImGui.NET package. This goes for both the core assembly, as well as any plugins.