Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.87 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.87 KB

Getting Started!

About Flame

Flame is a modular Flutter game engine that provides a complete set of out-of-the-way solutions for games, taking advantage of the powerful infrastructure provided by Flutter but simplifying the code you need to build your projects.

It empowers you with a simple yet effective game loop implementation, and all the surrounding utilities you might need to use in a game: images, sprites, sprite sheets, animations, audio, input, components/object system, et cetera.

You can pick and choose whichever parts you want, as they are all somewhat independent and modular.

We also support easy-to-use integrations with famous third parties and tools, like Riveapp, box2d, tiled, Google Play Games, gamepad support and more.

The engine and ecosystem is being constantly improved by the community, so please feel free to reach out, open issues, PRs, make suggestions. Give us a star if you feel like it :)

Installation

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

Getting started

Check out the awesome flame repository, there is quite a lot of good tutorials and articles to get you started with Flame.

dependencies:
  flame: ^0.19.1

And start using it!

Topics