Module dagon.graphics.drawable

Provides the core interface and grouping utilities for renderable objects.

Description

The dagon.graphics.drawable module provides the Drawable interface, which must be implemented by any object that can be rendered, and the DrawableGroup class, which allows grouping multiple drawables for batched rendering.

Interfaces

NameDescription
Drawable Interface for renderable objects.

Classes

NameDescription
DrawableGroup A group of drawables that can be rendered together.