Aduros Posted February 13, 2014 Share Posted February 13, 2014 Full disclosure: I'm the primary author of Flambe, a free, open source game engine.I'm thrilled to announce the new Flambe Haxe showcase at https://github.com/aduros/flambe/wiki/Showcase! This is really exciting not just for the Flambe project, but everyone working in the HTML5 and Haxe game communities as it further validates a lot of hard work we've been doing. Both HTML5 and Haxe have traditionally been viewed as experimental technologies for games, but that's changing very quickly.Some key takeaways from the showcase:Powers major media brands as well as indies: Nickelodeon, Disney, Mattel, Hasbro, Toyota, General Mills, and others are using Flambe's rapid development workflow to produce hundreds of games.HTML5 is ready for games: High performance WebGL with canvas fallback, importing of Flash animations using Flump, and multi-channel audio makes these among the most polished HTML5 games out there.Truly cross-platform: These games are playable on both desktop and mobile, with support for both input methods and screen sizes built from the same source code. Desktop builds can run in Flash for widest possible browser support.More information about Flambe Haxe can be found over at https://github.com/aduros/flambe. Quote Link to comment Share on other sites More sharing options...
yzigames Posted February 13, 2014 Share Posted February 13, 2014 Started working on new game with this engine. Tested on variety devices, performance is great. Coding in haxe is also very fast. So far so good, everything seems to be working great. Great engine! Where I can find more tutorials/examples? Quote Link to comment Share on other sites More sharing options...
markknol Posted February 13, 2014 Share Posted February 13, 2014 I wrote a handy guide to learn and understand Flambe: https://github.com/markknol/flambe-guide/wiki It covers lots of topics you'll need to know;understanding working with component/entity, tweening, user interaction, animation workflow, working with assets, using external libraries (physics, particles), debugging, publishing There is also a demo's library, if you like to learn from reading codehttps://github.com/aduros/flambe-demos Quote Link to comment Share on other sites More sharing options...
plicatibu Posted February 14, 2014 Share Posted February 14, 2014 First let me tell you I really appreciate your efforts in the project. I'm an Haxe / Openfl fan. My doubt is: Why don't you make flambe generates native binaries like openfl instead of Air applications? My experience with Air applications is that they perform poorly on Android devices. Regards. Quote Link to comment Share on other sites More sharing options...
markknol Posted February 15, 2014 Share Posted February 15, 2014 Flambe uses Stage3d for Flash target, so when compiling to android app, the performance can be pretty good. I'm working on a android game using flambe, its performace is very good, for what ive seen, even on older models. However I understand that native binairies can be faster, but im not sure how much exactly. Quote Link to comment Share on other sites More sharing options...
anissen Posted April 5, 2014 Share Posted April 5, 2014 I just found Flambe and started testing it out. I seems like a really awesome framework, very neat and intuitive and with an incredible showcase to vouch for it. My concerns with Flambe are as follows:The development seems to be slow (judging by the number and frequency of commits) and by very few contributors. Is it still under active development or only being maintained? Where's the roadmap?There are a lot of old issues and pull-requests that have not been handled. This makes me somewhat nervous about getting involved.The framework seems pretty bare-bones. Where are the contributions from Disney and Nickelodeon?I hope that Aduros is able to answer these questions. Either way, I am going to experiment with Flambe some more to see if it is a good fit for my projects. Thanks a lot to Aduros for your work on Flambe and markknol for you excellent Flambe guide! Quote Link to comment Share on other sites More sharing options...
Gamma Posted April 5, 2014 Share Posted April 5, 2014 I guess Nickelodeon is a loyal client. Nice showcase. Quote Link to comment Share on other sites More sharing options...
inductible Posted June 11, 2014 Share Posted June 11, 2014 Just studying Flambe/Haxe for professional use (actually it's a requisite of a client brief)... I've looked into Haxe before but dismissed it because I feel the need to be closer to the actual 'runtime' code (not have it authored mostly by a machine). Having gone through the Flambe demos on a range of devices (iPad1, Kindle 1st Gen, Macbook pro, iPad3, Samsung Galaxy Tab 2), checking HTML5 output, I can only say I am very, very impressed at both performance and support for tricky things like audio. I'm concerned that not more people are using this combination of dev tools though - I can only guess it's due to the relative obscurity of Haxe - it's well documented in places, but not at all elsewhere. I shall definitely pay both Haxe and Flambe more attention from now on however! It really is magic - I just want to know HOW it works - is there an intermediate language that Haxe compiles to, with this mapping to other sources e.g. JS (like LLVM)? This 'source of the magic' is seemingly nowhere to be found on the web. 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.