Files
Erick (CptBlackPixel) 9130a3de53 Update doc/components.md
Co-Authored-By: Luan Nico <luanpotter27@gmail.com>
2020-03-09 14:19:20 -03:00
..
2020-02-01 14:39:07 -03:00
2019-09-28 14:10:01 +08:00
2019-09-24 19:00:42 -03:00
2020-03-09 14:19:20 -03:00
2019-09-24 19:00:42 -03:00
2020-01-30 19:21:01 -03:00
2019-09-21 10:41:38 -04:00
2019-09-21 10:41:38 -04:00
2020-02-09 14:33:18 -03:00
2020-01-22 05:29:40 +00:00
2019-09-21 10:44:38 -04:00
2019-09-21 10:44:38 -04:00
2019-11-27 22:12:20 -03:00
2020-02-01 14:25:19 -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.18.1

And start using it!

Topics