Web & Mobile
utorak, 17. listopad 2023., 09:00
Dvorana C
45'
Flame is a modular Flutter game engine that provides a complete set of out-of-the-way solutions for games. It takes advantage of the powerful infrastructure provided by Flutter but simplifies the code you need to build your projects.It provides you with a simple yet effective game loop implementation, and the necessary functionalities that you might need in a game. For instance; input, images, sprites, sprite sheets, animations, collision detection, and a component system that we call Flame Component System (FCS for short).In this lesson we will go through basic Flame functionalities and practices and try to explain them by building a simple game.