CyxWiz LogoCyxWiz
DocsMenus

Menus Reference

Complete documentation for all menu items in the CyxWiz Engine.

Menu Bar Overview

File | Edit | View | Nodes | Train | Dataset | Script | Plots | Deploy | Tools | Help

File Menu

Project and file management operations.

Project Operations

ItemShortcutDescription
New Project...Ctrl+Shift+NCreate a new CyxWiz project
Open Project...Ctrl+Shift+OOpen existing project folder
Close Project-Close current project
Recent Projects-Submenu with last 10 projects

Script Operations

ItemShortcutDescription
New ScriptCtrl+NCreate new .py or .cyx script
Open Script...Ctrl+OOpen script file
SaveCtrl+SSave current script
Save As...Ctrl+Shift+SSave with new name
Save AllCtrl+Alt+SSave all open files

Edit Menu

Text editing and code manipulation.

Basic Editing

ItemShortcutDescription
UndoCtrl+ZUndo last action
RedoCtrl+YRedo undone action
CutCtrl+XCut selection
CopyCtrl+CCopy selection
PasteCtrl+VPaste clipboard
Select AllCtrl+ASelect all content

Find & Replace

ItemShortcutDescription
Find...Ctrl+FOpen find dialog
Find NextF3Find next occurrence
Replace...Ctrl+HOpen replace dialog
Find in Files...Ctrl+Shift+FSearch across project

View Menu

Panel visibility and layout management.

Core Panels

ItemShortcutDescription
Node EditorCtrl+1Show/hide node editor
Script EditorCtrl+2Show/hide script editor
ConsoleCtrl+3Show/hide Python console
PropertiesCtrl+4Show/hide properties panel
Asset BrowserCtrl+5Show/hide asset browser
ViewportCtrl+6Show/hide viewport

Theme Selection

ItemDescription
DarkDark color theme
LightLight color theme
ClassicClassic ImGui theme
NordNord color palette
DraculaDracula color palette

Nodes Menu

Node editor operations.

Selection & Clipboard
Select AllCtrl+A
CopyCtrl+C
CutCtrl+X
PasteCtrl+V
DuplicateCtrl+D
DeleteDelete
Code Generation
Generate PyTorchPyTorch code
Generate TensorFlowTensorFlow code
Generate KerasKeras code
Generate PyCyxWizPyCyxWiz code

Train Menu

ItemShortcutDescription
Start TrainingF5Begin training
Pause TrainingF6Pause training
Stop TrainingShift+F5Stop training
Connect to Server-Connect to Central Server
Submit to Network-Submit job to network

Deploy Menu

Export
  • Export Model - Export trained model
  • Export as ONNX - ONNX format
  • Export as PyTorch - .pt format
  • Export as TensorFlow - SavedModel
  • Export as GGUF - GGUF format
Network
  • Deploy to Node - Deploy to Server Node
  • Model Marketplace - Browse/publish models
  • Import Model - Import existing model

Help Menu

ItemShortcutDescription
DocumentationF1Open online docs
Keyboard Shortcuts-View all shortcuts
Tutorial-Interactive tutorial
About CyxWiz-Version and credits
Report Issue-Open issue tracker