Open Source Haxe/OpenFL Platform Will Support Home Game Consoles 20
lars_doucet writes: At last week's World Wide Haxe conference, a coalition of game developers announced that the open source platform Haxe/OpenFL is coming soon to home game consoles. The first three games that will ship using the technology are Yummy Circus, Defender's Quest (HD edition), and the award-winning Papers, Please.
Haxe is a programming language that compiles to other programming languages (everything from C++ to Javascript to Python), has been around for about 10 years and is quite powerful. OpenFL is a hardware-accelerated cross-platform reimplementation of the Flash API, built on top of Haxe (but does not have the Flash player's performance and security limitations and has nothing to do with Adobe), and is built on a low-level cross-platform layer called Lime, which can be used separately for those who have no need for a Flash-like API. This could eventually lead to console compatibility for engines that are built on top of Haxe/OpenFL, such as Away3D, Stencyl, HaxeFlixel, and HaxePunk.
Six console targets are planned: Wii U, PS4, Xbox One, PS Vita, 3DS, and PS3; footage of demos running on the Wii U was presented at the talk and are included in the linked article.
Six console targets are planned: Wii U, PS4, Xbox One, PS Vita, 3DS, and PS3; footage of demos running on the Wii U was presented at the talk and are included in the linked article.
Re: (Score:2, Informative)
I hope you can get more for your kidney that the $10 or so a Steam sale game will cost you. I also hope game makers continue to be paid so there will continue to be games.
Re: (Score:2)
Flash for consoles? (Score:1)
So is this basically a framework that allows people to port all their Flash games to the console? Because at the end of the day, that's what it sounds like.
Adding another layer of abstraction means adding another layer of non-optimization in the coding process. For desktop apps, that's not too big an issue; but consoles have a longer upgrade cycle and a restricted memory footprint.
So for games that don't push the hardware in the first place, this should work fine -- such as porting a bunch of Web Flash ga
Re: (Score:3)
This compiles down to native C++ output making hardware calls and unlike Unity,
memory management (Score:3)
Re: (Score:2)
Papers Please (Score:2)
Heard good things about that game. Look forward to seeing it in the PSN store.
Re:So, not FOSS anymore? (Score:5, Interesting)
Re: (Score:3)
And you are charging for the console batteries, and they are not open source. The summary makes it sound like everything is open source and free, but the console stuff is not. I'm not being judgmental here: I understand why that stuff can't be free and open, but the summary is somewhat misleading.
Re: (Score:3)
Re: (Score:2)
Good luck with the project; the addition of a way to bridge to consoles is a very nice feature, even if it can't be FOSS.
Re: (Score:1)
Re: (Score:2)