Rendering¶
Rendering is how your game draws everything the player sees: sprites, text, particle effects, and custom shapes. Flame builds on Flutter’s Canvas API and adds game-oriented utilities for loading sprite sheets, animating frames, rendering text with bitmap fonts, applying visual decorators, and running post-processing shaders.
The content on this page is licensed under the CC BY 4.0 License,
and code samples under the MIT License.