Skip to content

quinnhoener/flambe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,095 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Demos

Demos and more are on the Flambe wiki.

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.

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

About

Rapidly cook up games for HTML5 and Flash.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haxe 91.2%
  • JavaScript 6.4%
  • Python 1.6%
  • Shell 0.8%