simvx.graphics.platform¶
Windowing abstraction — auto-detects available backend.
Package Contents¶
Functions¶
Return a windowing backend instance. |
Data¶
API¶
- simvx.graphics.platform.__all__¶
[‘get_backend’]
- simvx.graphics.platform.get_backend(name: str | None = None) simvx.graphics.platform._base.WindowBackend¶
Return a windowing backend instance.
If name is
None, tries each backend in order and returns the first one whose import succeeds.