rive-app / rive-ios

iOS runtime for Rive
MIT License
491 stars 57 forks source link

Roll cpp forward, and update bindings #152

Closed mikerreed closed 2 years ago

mikerreed commented 2 years ago
  1. Core types are now unsigned, so update some tests (i.e. don't compare against -1)
  2. animation and statemachine instances now take an artboard-instance in their constructor (and now in the call to apply or advance)
  3. Factories (e.g. for File or Artboard) now return std::unique_ptr
mjtalbot commented 2 years ago

sort of, you need to build this with uploading the ios archives as described in https://github.com/rive-app/rive-ios/blob/main/CONTRIBUTING.md