Skip to content

interception-team/imgui-animated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgui-animated

imgui-animated is a collection of templates for animating imgui functions or adding a new one

At the moment it has in itself:

ButtonScrollable(Ex) usage:

ButtonScrollable.mp4
...
ImGui::ButtonScrollable("Button Scrollable", ImVec2(100.f, 0.f));
ImGui::ButtonScrollable("Button Scrollable that fits in button size", ImVec2(350.f, 0.f));
ImGui::ButtonScrollableEx("Button Scrollable (Right-click only!)", ImVec2(100.f, 0.f), ImGuiButtonFlags_MouseButtonRight);
...

Toggle usage:

Toggle.mp4
ImGui::Toggle( "Toggle button", &toggle_button );

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages