rive-app / rive-cpp-legacy

C++ runtime for Rive
MIT License
287 stars 43 forks source link

Encoded field in core #183

Closed luigi-rosso closed 2 years ago

luigi-rosso commented 2 years ago

Allows us to not store the compressed version of the indices. Also means we can be smart about copying references when instancing and not duplicating the entire set of bytes.

luigi-rosso commented 2 years ago

Updated to use Span. Also updates all references passed to Core decode methods to be const Span&.