# {py:mod}`simvx.graphics.platform` ```{py:module} simvx.graphics.platform ``` ```{autodoc2-docstring} simvx.graphics.platform :allowtitles: ``` ## Package Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`get_backend ` - ```{autodoc2-docstring} simvx.graphics.platform.get_backend :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.graphics.platform.__all__ :summary: ``` ```` ### API ````{py:data} __all__ :canonical: simvx.graphics.platform.__all__ :value: > ['get_backend'] ```{autodoc2-docstring} simvx.graphics.platform.__all__ ``` ```` ````{py:function} get_backend(name: str | None = None) -> simvx.graphics.platform._base.WindowBackend :canonical: simvx.graphics.platform.get_backend ```{autodoc2-docstring} simvx.graphics.platform.get_backend ``` ````