Skip to content
/ MGRImGuiTemplate Public template

MGRImGuiTemplate is a repository template targeted to draw ImGui in game, template is used to not repeat every imgui process over and over again

License

Notifications You must be signed in to change notification settings

Frouk3/MGRImGuiTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGRImGuiTemplate

MGRImGuiTemplate is a repository template targeted to draw ImGui in game, template is used to not repeat every imgui process over and over again

What's used?

How to get started?

All is simple, very simple
Here's an example of hello world

void gui::RenderWindow()
{
        ImGui::Begin("Test");
        ImGui::Text("Hello World!");
        ImGui::End();
}

MGR ImGui Template
Visual Studio template to make this kind of mods

to render window, all you need is to write all related code to dllmain in gui::RenderWindow, after plugin::OnStartup The result is
image

About

MGRImGuiTemplate is a repository template targeted to draw ImGui in game, template is used to not repeat every imgui process over and over again

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published