DavidJAM Posted May 30, 2018 Share Posted May 30, 2018 Hi Team ! I'm building a new project and I just discovered PixiJs that could match my needs ! But not sure, I need to know if it's do-able : Can I use PixiJs spine animations (eg : the goblin below) with a transparent background : and display it on my website ? What I want to do, is that when my users will be on my website (video game website), the goblin comes to the screen and start talking to them, but still with my website in background :) (The goblin will be like this characters in video games that tell you the story about why you're here, ie prof. Chen in pokemon ;)) Thanks a lot ! https://pixijs.io/examples/#/spine/goblins.js Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted May 30, 2018 Share Posted May 30, 2018 Yes, however it might be that you dont need pixi for it. https://github.com/EsotericSoftware/spine-runtimes/tree/3.6/spine-ts/ - this is original WebGL runtime, and pixi-spine is just an adaptation with a few features related to pixi. Quote Link to comment Share on other sites More sharing options...
jonforum Posted May 30, 2018 Share Posted May 30, 2018 yes, this kind of process can be done using 2 way in my opinion. 1: If you are an good animator and know well afterEffect, simply use spriteSheetanimations from pixijs and load with texturePacker json, |https://www.codeandweb.com/texturepacker You will have unequaled performance, and in addition to enjoying the software filter FX(motionBlur). Also easy rigging with free plugin DUIK. ALSO THIS SOLUTION ITS FREE 2: If you want a complex animation but interactive and easy to manage (interactive scripting). Use Spine2D Hard for performance but it is very easy interactivity to manage and ivan did a very good plugin for the runtime. THIS SOLUTION ARE PAID The 2 approach requires you to study complex scripting. for game context i choose option #2 , but for webcontext i choose option #1 Quote Link to comment Share on other sites More sharing options...
DavidJAM Posted May 31, 2018 Author Share Posted May 31, 2018 Sounds great ! Thank you so much guys, you made my day I'll have a look on all those ressources ! 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.