[email protected] Posted March 31, 2019 Share Posted March 31, 2019 def Quote Link to comment Share on other sites More sharing options...
[email protected] Posted March 31, 2019 Author Share Posted March 31, 2019 def Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted March 31, 2019 Share Posted March 31, 2019 There are Flash people here, but the problem is actually very big. I know that AwayJS has the best solution to AS2, and I'm developing custom solution for AS3. There's also @botmaster whos work is related to Flash conversion. Can you at least rename and properly form posts please? It seems that we'll have many discussions and I will be disappointed if other mods just ban you for shouting Quote Link to comment Share on other sites More sharing options...
[email protected] Posted April 1, 2019 Author Share Posted April 1, 2019 def Quote Link to comment Share on other sites More sharing options...
botmaster Posted April 1, 2019 Share Posted April 1, 2019 For people coming from Flash I recommend working with typescript based projects, not javascript based projects. Setting up PIXI with typescript projects is a little bit more tricky but the familiarity and ease of development and concepts for former AS3 coders is worth it. PIXI in itself is fairly similar to AS3 framework but there's a learning curve like with any new technology. As for direct conversion (like old Flash project > to typescript/PIXI project) that's a totally different idea. Converting code is not the problem, converting to something that maps to PIXI or other WebGL based framework is the main problem. I did solve it to some extend by building a mapping framework on top of PIXI that mirrors as much and accurately as possible the AS3 framework but that's not perfect. Better would be a true WebGL/typescript based framework that mirrors/provides out of the box all relevant AS3 classes/methods for a near seamless code conversion, but that is a very big project and javascript poor handling of scope and circular dependencies makes it impossible anyway to match perfectly the AS3 framework. ivan.popelyshev 1 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.