Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 377 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 377 Bytes

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);
   }