flame
flame copied to clipboard
A Flutter based game engine.
# What could be improved The readme for flame_audio should have some introduction and some examples since it will show up on pub.dev. # Why should this be improved To...
# Problem to solve Allow desktop and web games to use the second mouse button. The right-click is a common input method for some games. Think deselecting in a city...
# Proposal `LayoutComponent` will be the base class for a family of utility classes which handle the layout of their children. This would be quite similar to Flutter layout widgets...
# Problem to solve Games need complex state management solutions and Riverpod is the core dependency for many flutter developers like me. # Proposal It would be amazing if we...
I want to realize a function. A map is similar to Baidu Map. One finger can move it, and two fingers can zoom it. In the case of the official...
# Problem to solve Hello guys, I have an issue when I want a A screen to be the frozen background of a B screen. I initially created a new...
# What could be improved Currently applying a shader directly to a Sprite could be easier. I see two different way - apply a shader to a sprite permanently -...
I've tried using TextComponent and TextBoxComponent but I still cannot find any solution to set the line number of a text. I tried the following textRenderer, still not worked: ```dart...
# What could be improved In the `HasPaint` mixin, `paint` and `paintLayers` are mutually exclusive. When `paintLayers` contains paints, `paint` is ignored when rendering. Similarly, paints in `paintLayer` have no...
# What could be improved We should investigate whether `drawAtlas` can now be used for particles. # Why should this be improved It should be insanely much more efficient. #...