Files
flame/examples
Raspberry Jenshen e591ebf8a3 feat(overlays): Added the 'priority' parameter for overlays (#3349)
To sort overlays we can introduce a priority. 
Let's say my app contains several menus that can be displayed
simultaneously, but I want my main menu displayed at first in the stack
(at the bottom).
2024-10-21 17:54:28 +02:00
..
2024-04-17 23:50:30 +02:00

Powered by Flame 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.

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 Blue Fire'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.