rive-flutter
rive-flutter copied to clipboard
Rive.batchAdvanceAndRender Does not work on web.
I have a benchmark app I'm using as simple reference.
If i run it on native plaforms like ios and macos it works fine.
If I use the batch call on web, inc web wasm, nothing is rendered, no errors.
https://github.com/LeeMatthewHiggins/Birdfeed_Benchmark Theres a link to a live version in the readme.
rive: 0.14.0-dev.13
Thanks for the report! It does work, but requires building the native WASM libs to allow multi-threading, which we're not doing at the moment.