coder2012 Posted June 15, 2017 Share Posted June 15, 2017 Hi guys, I would like to know if there's a bunch of go to libraries that most game devs use with pixijs. The ones i'm using so far are: keyboardjs lucidjs (event handling) What are the must have libs for game dev with pixijs? Thanks Quote Link to comment Share on other sites More sharing options...
themoonrat Posted June 15, 2017 Share Posted June 15, 2017 For tweening: https://github.com/Nazariglez/pixi-tween (I have my own fork on github I use which adds promises and various bug fixes) For particles: https://github.com/pixijs/pixi-particles with it's amazing editor https://github.com/pixijs/pixi-particles-editor Extra WebGL filters: https://github.com/pixijs/pixi-filters And easy enough to integrate to a pixi workflow, the best lib for sound, imo: https://github.com/goldfire/howler.js Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted June 15, 2017 Share Posted June 15, 2017 Tilemap, low-level: https://github.com/pixijs/pixi-tilemap , compressed textures, 4x times less videomemory usage: https://github.com/pixijs/pixi-compressed-textures 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.