xerosugar Posted January 22, 2018 Share Posted January 22, 2018 Does anyone know? Now that OpenFL has Typescript support (see http://www.openfl.org/blog/2018/01/16/openfl-7-release/), does that mean that somehow you could use OpenFL to develop games in Phaser and compile them to native phone (or desktop) apps? Quote Link to comment Share on other sites More sharing options...
Antriel Posted January 22, 2018 Share Posted January 22, 2018 You can think of OpenFL as of a platform. They added support for more languages, but I assume those are only bindings. That means you can use OpenFL API from TS, but you can only compile to js in the end. Even if they did some sort of VM to execute js on other platforms, you are still bound to OpenFL platform. That means you can't just plug in Phaser, since Phaser is build on top of html5 API, not OpenFL. So no. Quote Link to comment Share on other sites More sharing options...
xerosugar Posted January 22, 2018 Author Share Posted January 22, 2018 ok 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.