- [Getting started](/) - Basic concepts - [File structure](flame/structure.md) - [Game loop](flame/game.md) - [Components](flame/components.md) - [Platforms](flame/platforms.md) - [Collision detection](flame/collision_detection.md) - [Effects](flame/effects.md) - [Camera & Viewport](flame/camera_and_viewport.md) - Inputs - [Gesture Input](flame/inputs/gesture-input.md) - [Keyboard Input](flame/inputs/keyboard-input.md) - [Other Inputs](flame/inputs/other-inputs.md) - Audio - [General Audio](flame_audio/audio.md) - [Looping Background Music](flame_audio/bgm.md) - Rendering - [Images, Sprites and Animations](flame/rendering/images.md) - [Text Rendering](flame/rendering/text.md) - [Colors and the Palette](flame/rendering/palette.md) - [Particles](flame/rendering/particles.md) - [Layers](flame/rendering/layers.md) - Other Modules - [Util](flame/other/util.md) - [Widgets](flame/other/widgets.md) - [Forge2D](other_modules/forge2d.md) - [Oxygen](other_modules/oxygen.md) - [Tiled](other_modules/tiled.md) - [Debugging](flame/other/debug.md) - [Splash screen](other_modules/splash_screen.md) - [Tutorials](https://github.com/flame-engine/flame/tree/main/tutorials)