spacr.qt.spaceout

Alternative launcher for spaCR’s spaceout visual mode.

The command starts the standard spacr.qt.run() application with a contrast-checked spectral palette and fractal ambient animation. The mode is process-local: it is not stored as a preference and does not alter subsequent standard launches. Existing animation preferences remain effective, including the option to disable ambient animation.

Functions

main(→ int)

Launch spaCR with process-local spaceout rendering enabled.

Module Contents

spacr.qt.spaceout.main(argv: list[str] | None = None) int[source]

Launch spaCR with process-local spaceout rendering enabled.

Parameters:

argv – Optional spaCR command-line arguments. None reads sys.argv[1:].

Returns:

Application exit code from spacr.qt.run().