k8w Posted January 16, 2018 Share Posted January 16, 2018 As title. I'm finding a tween library which can use shared ticker with PIXI. But haven't find a proper one yet... I checked TweenLite, TweenJS, but it seems cannot use PIXI ticker. Anyone have good recommendation ? Quote Link to comment Share on other sites More sharing options...
themoonrat Posted January 16, 2018 Share Posted January 16, 2018 There's PIXI Tween Original: https://github.com/Nazariglez/pixi-tween My version: https://github.com/themoonrat/pixi-tween Typescript version: https://github.com/LOTUM/pixi-tween Quote Link to comment Share on other sites More sharing options...
Exca Posted January 16, 2018 Share Posted January 16, 2018 I use tweenjs with pixi. I just call Tween.tick(pixiticker.elapsedMS, paused) on pixis tickers tick. Just make sure you stop the default tweenjs ticker. Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted January 16, 2018 Share Posted January 16, 2018 Sometimes they put entry so deep, that its easier to call pixi or yours game loop from inside of their lib Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.