pthom / hello_imgui

Hello, Dear ImGui: unleash your creativity in app development and prototyping
https://pthom.github.io/hello_imgui
MIT License
604 stars 91 forks source link

Overloaded functions for GIF image support #63

Closed XMNXofficial closed 1 year ago

XMNXofficial commented 1 year ago

Overloaded functions for GIF image support

Quickly start


    HelloImGui::ImageFromAsset("moon.jpg");          // Display a static image
    HelloImGui::ImageFromAsset("moon.jpg", false);   // Display a static image
    HelloImGui::ImageFromAsset("cpp.gif", true);     // Display a GIF image
    HelloImGui::ImageButtonFromAsset("py.gif", true);// Display a GIF button

Some bug i can not fix

Show

hello_gif.webm