-
Notifications
You must be signed in to change notification settings - Fork 6
Known issues limitations
Since you probably are going to create a game for different screens, the project should be respond to these variable dimensions nicely. In most cases you can say there is no fixed size. Responsive layouts should be created procedurally.
More about dealing with different screensizes, read Responsive game
Due HTML target, images should NEVER be larger than 1024x1024. Yes, it compiles, yes it runs, but makes mobile (iOS) sloooowww + acting weird + crashes and stuff... No fun.
If you are using Flump: double-check settings to limit to 1024.
Does not work on all Android browsers, some devices are blacklisted because of bad support in the browser. On iOS, the first sound play must come from a user event handler (like a touch). After that first play, sounds can then be played at any time. You could play a silent soundsample on the first click (on your start-button for example).
There are no default UI components available inside Flambe, but there is hope! Take a look at Haxe UI http://haxeui.org/v2/ It supports Flambe! Consider a contribution in any form.
There is no official video support for Flambe (yet), but there is an experimental branch over here https://github.com/volkipp/flambe/tree/update_video
💭 Tip: Test on mobile very often.
Documentation guide for Flambe - Targeted to version 4.0+
Flambe | Installation | Demo projects | Showcase | API Reference | Forum
Flambe is MIT licensed and available for free. Feel free to contribute!
- Home / Installation
- Entity / Components
- Core
- Assets
- Publish your game
- Other
- Editors
- Plugins, tools, extensions
- Help
- More Flambe