pauser Posted March 20, 2015 Share Posted March 20, 2015 Hello,I just wanted to know if its possible to export animations from Flash directly to pixi and load the spritesheed and json data automaticly like it works with createjs?I want to switch to pixi btw.Regards! Quote Link to comment Share on other sites More sharing options...
FlorianLudwig Posted March 23, 2015 Share Posted March 23, 2015 Hey, we are switching to pixi from createjs too! And there are several interesting tools for createJS we are missing. I guess you are referring to the "Toolkit for CreateJS"? We are currently not directly working on it but on similar things - like implementing drawing primitives that are missing in PIXI that are needed for better compatibility between pixi and easeljs/createjs. Tooling would be next. If you are going to work in this direction too - maybe we can collaborate. Quote Link to comment Share on other sites More sharing options...
pauser Posted March 24, 2015 Author Share Posted March 24, 2015 Hey, sure we can collaborate!So you still want to draw and tween animations and not use them as spritesheets?Did you already do any tests, isn't that want one should escape? I mean, webgl is fast only with spritesheets and not with drawing, right?Do you want to push the changes to pixijs github repo. afterwards? Quote Link to comment Share on other sites More sharing options...
FlorianLudwig Posted March 24, 2015 Share Posted March 24, 2015 You can cache drawing using offscreen canvas - its already build into pixi so the performance is not a problem. What are currently working on is https://github.com/GoodBoyDigital/pixi.js/issues/1567 and is intended to be merged back into pixi. We are also interested in having something like http://drawscri.pt/ for pixi. 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.