simvx.graphics.cli

simvx build-textures subcommand: registered via the simvx.commands entry point (the sanctioned no-upward-import mechanism: core discovers it, never imports graphics).

Compiles the native basis_universal UASTC->BC7 transcoder extension. Required once after uv pip install -e packages/graphics because uv_build does not run C-extension build hooks, mirroring core’s simvx build-audio. Subsequent runs reuse the .so.

Module Contents

Functions

register

Attach build-textures to the simvx CLI.

API

simvx.graphics.cli.register(subparsers: argparse._SubParsersAction) None[source]

Attach build-textures to the simvx CLI.