Inputs
- Value/Boolean/Text: Specific types.
- Vector: Vector data.
- Any: Catch-all input.
Inputs
Widgets
None
Outputs
None
The debugging swiss-army knife. Connect strictly anything to it—Numbers, Arrays, Objects, JSON—and it will display the raw data value in a text box.
Inputs
Widgets
None
Outputs
None
Displays images in the web interface. This is how you see what you are making.
Inputs
Widgets
None
Outputs
None
Visualizes geometric primitives (vectors) before they are rasterized into pixels. Useful to check shapes without the overhead of rendering.
Inputs
Widgets
None
Outputs
None
A built-in video player. Supports playback, seeking, and looping for your generated or loaded videos.
Inputs
Widgets
Outputs
Saves the processed images to the server’s output directory.
| Widget | Type | Description |
|---|---|---|
| Widget | Type | Description |
| :--- | :--- | :--- |
| filename_prefix | String | The start of the filename (e.g., “output”). Defaults to “output_image.png”. |
Inputs
Widgets
Outputs
Saves the final video file to disk.
| Widget | Type | Description |
|---|---|---|
| Output Folder | String | Optional sub-folder inside output/videos. Useful for organizing renders. |