Nazariglez Posted March 27, 2016 Share Posted March 27, 2016 Hi guys! I just want to share with you some plugins i made for my games (pixi.js >= 3.0.8). May be useful for someone. pixi-animationloop: To manage the requestAnimationFrame, doing the basic time operations, like delta time, total times, stop the loop when the browser's tab lost the focus, etc...pixi-keyboard: To manage keyboard events easily.pixi-timer: To create time events, clocks, etc...pixi-audio: To add audio support using the pixi resource-loader. The plugin use webaudio by default, and fallbacks to HTMLAudio when is needed.pixi-tween: To create tween animations, tween alongs paths, etc... Extra: obj-pool this plugin is not for pixi.js per se, but it's useful when we develop games for the memory management. Extra2: ES6-Webpack-Pixi-bolierplate, a start point to use pixi with ES6. I have other things in a old engine i made with pixi v2-3, and i will be move it to pixi v3-4 like plugins, for example, scene transitions, particle sys and tools, etc... -> Particle sys tool1, particle sys2 Regards! Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 27, 2016 Share Posted March 27, 2016 We probably need to reference it from main page somehow Quote Link to comment Share on other sites More sharing options...
JDW Posted March 27, 2016 Share Posted March 27, 2016 Hello! Thanks for these plugins! I'll test the pixi-timer when I get the chance, it looks great I'm intrigued by the first one, how does it interact with PIXI own implementation ? https://pixijs.github.io/docs/PIXI.ticker.Ticker.html Quote Link to comment Share on other sites More sharing options...
GBear Posted March 27, 2016 Share Posted March 27, 2016 good share.. ^^/ thanks ..~~ Quote Link to comment Share on other sites More sharing options...
Nazariglez Posted March 28, 2016 Author Share Posted March 28, 2016 21 hours ago, ivan.popelyshev said: We probably need to reference it from main page somehow That would be awesome! 21 hours ago, JDW said: Hello! Thanks for these plugins! I'll test the pixi-timer when I get the chance, it looks great I'm intrigued by the first one, how does it interact with PIXI own implementation ? https://pixijs.github.io/docs/PIXI.ticker.Ticker.html I discovered PIXI.ticker after making the animationloop plugin, so they both do basically the same. The main difference is the feature to stop the loop when the browser tab lost the focus, and the events pre and post render. 21 hours ago, GBear said: good share.. ^^/ thanks ..~~ Thanks all, i'm so glad to be useful 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.