issues
search
rive-app
/
rive-cpp-legacy
C++ runtime for Rive
MIT License
287
stars
43
forks
source link
Add backpointer to artboard to animation instance
#244
Closed
mikerreed
closed
2 years ago
mikerreed
commented
2 years ago
Similar to the recent PR for state-machine-instances
store a back pointer to the artboard instance
makes calling advance and apply simpler and less error-prone
Similar to the recent PR for state-machine-instances