rive-app / rive-cpp-legacy

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

Core generator filters out runtime=false objects. #182

Closed luigi-rosso closed 2 years ago

luigi-rosso commented 2 years ago

Certain Core objects aren't necessary at runtime or may not be ready for runtime use yet (if they're in active development). This change allows the Core generator to skip generating base classes for those object definitions and skips adding them to the Core Context.