User Interface
SuperDex Studio is a native Dear ImGui application with a dockable, document-centric layout: a persistent frame of panels around one editor tab per open asset. It is where you author high-fidelity bots and prefabs for your applications. This page will show you what each region of the window is for, and how to drive the viewport.

Window
Studio opens with a viewport in the center, a Hierarchy and a Details panel stacked down the right, and the Asset Browser and Log Console tabbed together along the bottom.

| Region | What it's for | |
|---|---|---|
| 1 | Menu and tab bar | App-wide commands, and one tab per open asset. |
| 2 | Viewport | The 3D view: camera, selection, gizmos, and live physics. |
| 3 | Asset Browser / Log Console | Two panels tabbed into the bottom dock. |
| 4 | Hierarchy | The structure of the open asset: links, or actors. |
| 5 | Details | The inspector for whatever is selected. |
Every panel is dockable, and Studio remembers how you left it. The arrangement
is written to SuperDexStudio.ini and app settings to SuperDexStudio.json,
both under your user config directory, so the layout survives a restart.
Window → Reset Layout puts everything back if you dock yourself into a
corner. Do not confuse it with File → Reset Studio, which closes every
editor and clears the workspace.
Press F10, or use Window → Focus Mode, to hide every panel and the tab bar
and leave just the menu bar and the viewport. Press F11, or use Window →
Borderless Fullscreen, to hide the operating-system window chrome without changing
the docked panels.
Undo is per editor tab: each open asset keeps its own stack, so Ctrl+Z and
Edit → Undo apply to the tab you are in. Undo is unavailable while a
simulation is running, and the Model Editor has no undo stack at all; its
modifier list is edited directly instead.
Menu and Tab Bar
The menu bar carries File, Edit, and Window. The active editor may
add one of its own: a bot tab also gets a Bot menu. Below it, the tab bar
holds one tab per open asset, named after the asset and marked with a dot while
it has unsaved changes. Click a tab to switch, or use PgUp and PgDn. Note
that PgUp moves right along the bar. Ctrl+W closes the active tab.
