Relative Content

Tag Archive for flutterflame

Why the Joystick not loading in flutter?

I’m developing a game using the Flame engine in Flutter, and I’m trying to add a JoystickComponent to my game. The joystick is not showing up on the screen, even though there are no errors in the console.

What is the difference between adding components to the world and the FlameGame?

So I’m trying to learn Flame and there is this concept of adding components to the World and adding components directly to FlameGame. I kind of understood that the world works with the camera somehow. But the topics are still not clear to me. So this is my first step towards understanding this. I’ve read the docs but didn’t really understand much. I would really appreciate if someone can take the time to explain this concept of world, camera and how adding children to the world differs from adding them to the FlameGame. Thank you.