[][src]Module all_is_cubes::drawing

Draw 2D graphics into spaces and blocks, including text, using an adapter for the embedded_graphics crate.

Functions

draw_text

Draw text into a Space, extending in the +X and -Y directions from origin.

draw_to_blocks

Generate a set of blocks which together display the given Drawable which may be larger than one block. The Z position is always the middle of the block.