Skip to content

aduros/flambe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d69ec42 · Apr 16, 2021
Sep 6, 2014
Jan 2, 2015
Jun 23, 2014
Mar 12, 2015
Apr 28, 2014
Oct 7, 2014
Mar 12, 2014
Mar 31, 2014
Mar 22, 2013
Apr 16, 2021

Repository files navigation


Deprecated

Flambe has been replaced by 2DKit, a commercial-quality game engine built with many years of improvements on top of Flambe.


Flambe

Flambe is a 2D game engine that makes cross-platform development actually fun!

Written in Haxe, games are compiled to HTML5 and Flash, with support for mobile browsers. The HTML5 renderer uses WebGL, with fallback to canvas. Rendering in Flash uses Stage3D. Native Android and iOS apps are packaged using Adobe AIR.

On top of being high performance and cross-platform, Flambe recognizes that assets and workflow are critical to game development. It includes battle-tested support for importing Flash animations, bitmap fonts, and particle systems. Live asset swapping lets you modify an asset and see the change in your game automatically, with no recompile or refresh. When you need to make a code change, Flambe recompiles and automatically refreshes your browser tab, all in under 2 seconds.

Check out the Flambe wiki for demos and more.

Installing

See the install guide on the wiki.

Hacking

Patches and pull requests are welcome! To build and develop Flambe from source, clone this repository and run:

(sudo) npm link ./command
haxelib dev flambe ./src

To later go back to a stable release, run (sudo) flambe update and haxelib dev flambe.

Are things not working? I'd be happy to help, open an issue, ask on the forum, email me privately, or talk to me in #Haxe on irc.freenode.net.

Build Status Selenium Test Status