https://github.com/aduros/flambe
Rapidly cook up games for HTML5, Flash, Android, and iOS.
https://github.com/aduros/flambe
Last synced: 5 months ago
JSON representation
Rapidly cook up games for HTML5, Flash, Android, and iOS.
- Host: GitHub
- URL: https://github.com/aduros/flambe
- Owner: aduros
- License: mit
- Created: 2011-03-24T05:15:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-04-16T12:52:13.000Z (over 4 years ago)
- Last Synced: 2024-10-24T16:13:05.610Z (12 months ago)
- Language: Haxe
- Homepage: https://github.com/aduros/flambe/wiki
- Size: 12.7 MB
- Stars: 744
- Watchers: 57
- Forks: 118
- Open Issues: 119
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
---
# Deprecated
Flambe has been replaced by [2DKit](http://2dkit.com), 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.[](http://travis-ci.org/aduros/flambe)
[](https://saucelabs.com/u/flambe)[Flambe wiki]: https://github.com/aduros/flambe/wiki
[install guide]: https://github.com/aduros/flambe/wiki/Installation
[issue]: https://github.com/aduros/flambe/issues
[forum]: https://groups.google.com/forum/#!forum/flambe
[email me]: mailto:b@aduros.com