Skip to content

lottie renderer for imgui based on rlottie library

Notifications You must be signed in to change notification settings

dalerank/imlottie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imlottie

lottie renderer for imgui based on rlottie library

lottie

    ImLottie::init();
    while (!done) {
        ImLottie::LottieAnimation(_("speaker.json").c_str(), ImVec2(48, 48), true, 0);

        ImLottie::sync(g_pd3dDevice, g_pd3dDeviceContext);
   }

About

lottie renderer for imgui based on rlottie library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published