UE4SS already includes the ImGui library to render its console GUI, built from the UE4SS-RE/imgui repo. Refer to ImGui documentation in that repo on how to use ImGui-specific classes and methods for ...
The GuiLib API provides a modern, type-safe, and flexible solution for creating GUIs in Minecraft plugins. The library supports: A Gui is an interface that defines the initialization of a GUI. It ...