Rain World ImGUI API
Introduction
Rain World: ImGUI API or rw-imgui for short is a mod to give modders the ability to use Dear ImGUI for their needs, either for Menu systems or HUD purposes.
This project is based on ImGuiNET and subsequentially cimgui, cimplot and cimnodes.
Features
- Create immediate mode UI or HUDs.
- Not having to work with Rain Worlds UI Systems.
- Simple function pointers based Callback API.