Files
flame/examples
Jochum van der Ploeg 021b453b54 Migrated the Particle API to Vector2 (#728)
* Migrated the `Particle` API to `Vector2`

* Update doc/particles.md

Co-authored-by: Erick <erickzanardoo@gmail.com>

* Follow-up on Erick's review

* Fix

* Apply suggestions from code review

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>

* Update

* Update

* Update

* Update packages/flame/lib/src/extensions/vector2.dart

Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>

* Updated

* Update

* Using scale

Co-authored-by: Erick <erickzanardoo@gmail.com>
Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
2021-05-27 21:40:50 +02:00
..
2021-05-09 17:00:43 +02:00

Powered by Flame Test Discord

Flame examples

This is a set of small examples showcasing specific features of the Flame Engine, it's a great source of learning how to use certain things. See it live here.

This app is composed of a main menu in which you can select one of the examples and play with it. Each example is a standalone game and is contained within its own file, so you can easily checkout the code and see how it works.

For a very simple but complete game in Flame, check the example folder inside the Flame package.

These examples are kept up-to-date with the main branch of Flame. We are still working on v1 and these will be the official examples when we launch, but for now it is a playground for us to test release candidates and make sure that it all works as intended.

Help

If you have questions about this:

  • Check the source code, the examples are meant to be simple, short, and easy to read.
  • Check our extensive documentation, links to which can be found on the main repo (faq, docs folder, code/api docs, tutorials, flame-awesome).
  • Join Fireslime's Discord, we have a #flame channel where you can find lots of people to help and get help from.
  • Use the flame tag on StackOverflow.