Maxwell Talbot
Maxwell Talbot
Hi @applikationsprogramvara you're totally right, right now we don't expose this through the rive-android runtime (or any of our cpp based runtimes for that matter). I've added this enquiry to...
@luigi-rosso, got an implementation of this using Tarjan's algorithm going. the nice guys here actually implemented the algorithm in a pretty portable way: (https://github.com/dart-lang/graphs - BSD license) ```dart class TarjansDependencySorter...
> If the delay is set to 0, it's super smooth and doesn't have any of the flickering. I think maybe that's the best approach. Still would love to know...
> The iOS version cannot be bumped any further without changes to Swift code cool! glad i checked. does it make sense to do this simplicifaction on android as well?...
Take a look at https://github.com/rive-app/rive-ios/issues/105. for now, you will need to do this by creating an animation that sets the color of a shape to the desired color, and then...
@duncandoit late response, just going through my github notifications because I've noticed i missed a lot. This is really just a very high level placeholder for having closer integration into...
yeah saw this too.. its a bit lame. we're not the only ones with this problem https://stackoverflow.com/questions/49102306/our-cocoapods-library-page-is-redirected-to-github-page I wonder what the actual fix for this is.. i think it might...
> @mjtalbot Any update? thank you for the prod, let me chase this one down
Hi @BPattersonRaven and @hrithikwins, I'm not able to reproduce the errors you are reporting can you confirm the build build commands you are running? and which linux distro you are...
btw, I've been trying to reproduce this via a docker file (this is just building a sample project) do you run into the same issue trying to build a new...