# Sprite Render textured quads via Sprite2D. ```{raw} html ▶ Run in browser ``` **Tags:** `2d` Generates checkerboard, gradient, and star textures programmatically and displays them as `Sprite2D` nodes. Demonstrates passing an RGBA uint8 ndarray directly as the texture source (no file I/O), vertex-colour tinting, and rotation animation. ## Source ```{literalinclude} ../../examples/features/2d/sprite.py :language: python :linenos: ```