Registry / utility / rlottie

rlottie

JSON →
library2024-08-26vcpkgunverified

A platform independent standalone library that plays Lottie Animation.

vcpkg install rlottie
INSTALL
IMPORT
SIG · RLOTTIE
R
rlottie
utilitycppv2024-08-26
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rlottie.h
✓ #include <rlottie.h>

Load a Lottie animation and get total frame count.

#include <rlottie.h> int main() { auto animation = rlottie::Animation::loadFromFile("animation.json"); size_t totalFrame = animation->totalFrame(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2024-08-26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

rlottie — pip install rlottie · libregistry