simvx.editor.app¶
SimVX Game Editor — self-hosted on simvx.core.ui + Vulkan.
Professional editor built on DockContainer layout, AppTheme, and engine-native widgets. No PySide6/Qt dependencies.
Usage: from simvx.editor.root import Root from simvx.editor.app import launch launch() # or: simvx-editor from CLI
Module Contents¶
Functions¶
Editor entry point — launched via |
API¶
- simvx.editor.app.launch(project_path: str | None = None, backend: str | None = None)[source]¶
Editor entry point — launched via
simvx-editororsimvx editor.Args: project_path: If given, skip the welcome screen and open this project directly. backend: Windowing backend (“glfw”, “sdl3”, or None for auto-detect).