flame icon indicating copy to clipboard operation
flame copied to clipboard

A Flutter based game engine.

Results 295 flame issues
Sort by recently updated
recently updated
newest added

# What could be improved Ideally, we cah check `allowSiblingCollision` at broadphase, before creating unnecesary `CollisionProspect` for siblings pairs. And skip several iterations over "potentials" list later. # Why should...

enhancement

# What could be improved Currently `onComponentTypeCheck` runs per-component and allows to decide if one component could ever to collide with another. The result is also saved per-component, so iw...

enhancement

Hello, I would like to ask you a question about tiled map pixel rendering. In the game I developed with Flame, when I open the map I developed with Tiled...

bug
Flutter issue

# What could be improved Currently the `ParallaxComponent` is using the size from the old camera, we should be using the size of the viewport in the `ParallaxComponent` or parent...

enhancement

# What could be improved Currently the `ComponentViewportMargin` is using the size from the old camera, we should be using the size of the viewport in the `CameraComponent` or parent...

enhancement

# What could be improved Currently the `ScreenHitbox` is using the size from the old camera, we should be using the size of the viewport in the `CameraComponent` instead. #...

enhancement

I am currently trying to create a draggable IsometricTileComponent. So that a player will be able to drag and re position the board around the viewport. I tried to copy...

bug

# What could be improved For Flame_Forge2D there could exist a mixin that helps users to actually see the `Ray2` in the screen. # Why should this be improved This...

enhancement

There are unfortunately multiple open issues in the Flutter SDK due to Golden tests failing with tiny differences due to running on different architectures and OS's: * https://github.com/flutter/flutter/issues/111739 * https://github.com/flutter/flutter/issues/108399...

enhancement

flame_tiled:TiledComponent does not render correctly or am I missing something? I have a vanilla simple map (tilesize 128x128) with two tile-layers, ground and objects. The tiles arent rendered at the...

enhancement