flame
flame copied to clipboard
A Flutter based game engine.
The generics of FlameGame needs a sentence or two in the Flame docs and as dartdocs. _Originally posted by @IanWadham in https://github.com/flame-engine/flame/pull/2842#discussion_r1397089423_
# Current bug behavior A null check operator exception is thrown when trying to load (cache) infinite tiled maps # Expected behavior The map is loaded in chunks or the...
# Current bug behavior when first load forgegame scene,applyLinearImpulse looks like very small even though I set a very large vector2,but next trigger applyLinearImpulse will be ok. This bug is...
# Problem to solve When migrating to the `CameraComponent` an experimental feature called `FixedIntegerResolutionViewport` was removed, it would be great to re-create this viewport for the `CameraComponent`. # Proposal Create...
# What could be improved Currently it is quite hard to see which example that has been chosen:  It would be good to have a better contrast between the...
# Current bug behavior If you do `removeAll(children)` in a component's `onRemove` method it will assert with: ```dart threw _AssertionError:
# Current bug behavior When I run my simple Flame game with a tiled map. The tiles are shown wrong when I use Flutter 3.10.0 It looks like in this...
I have 2 overlay pages on my game. There is a button on the first page that takes you to the second page. On the second page there's a button...
# What could be improved Similarly to the `MultiTapDispatcher` a similar one should be created for keyboard events. # Why should this be improved So that the user doesn't have...
I tried the HoverCallbacks mixin from the main branch: When the mouse is pressed and the object is exited without releasing the click, HoverCallbacks does not notify the onHoverExit function....