Files
2019-10-30 19:41:26 -04:00
..
2019-10-30 19:41:26 -04:00
2019-09-28 14:10:01 +08:00
2019-09-24 19:00:42 -03:00
2019-10-07 22:44:44 -03:00
2019-09-24 19:00:42 -03:00
2019-09-24 19:00:42 -03:00
2019-09-21 10:41:38 -04:00
2019-09-24 19:03:36 -03:00
2019-09-21 10:41:38 -04:00
2019-10-07 21:50:44 -04:00
2019-09-21 10:44:38 -04:00
2019-09-21 10:44:38 -04:00
2019-09-24 19:00:42 -03:00

Getting Started!

About Flame

Flame is a minimalist Flutter game engine built on top of Flutter.

Goals

The goal of this project is to provided a complete set of out-of-the-way solutions for the common problems every game developed in Flutter will share. Currently it provides you with: a few utilities, images/sprites/sprite sheets, audio, a game loop and a component/object system.

You can use whatever ones you want, as they are all somewhat independent.

Learning resources

The community has created some articles and examples of a good usage of Flame.

Check out this great series of articles/tutorials written by Alekhin:

Installation

Put the pub package as your dependency by dropping the following in your pubspec.yaml:

dependencies:
  flame: ^0.16.1

And start using it!

Topics